how a new set is created for .end method in jquery
I am studying jQuery Succinctly, available at here. I need some
clarification in Section "Using destructive jQuery methods and exiting
destruction using end()" as they say
jQuery methods that alter the original jQuery wrapper set selected are
considered to be destructive. The reason is that they do not maintain the
original state of the wrapper set. Not to worry; nothing is really
destroyed or removed. Rather, the former wrapper set is attached to a new
set.
What is the new set to which former wrapper is assigned. How it got
created and resumed while .end is being called?
Thanks for your inputs in advance.
No comments:
Post a Comment