Miscellaneous methods Encyclopedia jQuery

The following table lists all jQuery Miscellaneous Methods:

method description
data() The data attached to the selected element or derive data
get() Get DOM elements matching the selector
index() Search from matched elements given element
$.noConflict() JQuery release control of the $ variable
removeData() Delete previously stored data
size() Deleted version 3.0.  Use the length property
toArray() JQuery DOM concentration retrieves all elements in the form of an array comprising

Guess you like

Origin www.cnblogs.com/jc2182/p/11669520.html