jQuery Miscellaneous Methods

You are Here:

jQuery Miscellaneous Methods

The following are the list of Miscellaneous methods available in jQuery.

MethodExplanation
add()Adds elements to an existing group of elements.
clone()Creates a deep copy of the set of matched elements, including child nodes, text and attributes.
contents()Gets the children of each element in the set of matched elements, including text and comment nodes.
data()Stores arbitrary data associated with the matched elements.
end()Ends the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
noop()An empty function.
proxy()Takes an existing function and returns a new one with a particular context.
removeData()Removes a previously-stored piece of data.

Reminder

Hi Developers, we almost covered 99.5% of jQuery Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in jQuery.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author