Thursday 28 April 2011

jQuery Misc Methods


jQuery Misc Methods

MethodDescription
data()Attaches data to, or gets data from, selected elements
each()Run a function for each element matched by the jQuery selector
get()Get the DOM elements matched by the selector
index()Search for a given element from among the matched elements
$.noConflict()Release jQuery's control of the $ variable
$.param()Creates a serialized representation of an array or object (can be used as URL query string for AJAX requests)
removeData()Removes a previously-stored piece of data
size()Return the number of DOM elements matched by the jQuery selector
toArray()Retrieve all the DOM elements contained in the jQuery set, as an array

No comments:

Post a Comment