English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Method | Description |
---|---|
each() | Traverse the jQuery object, and execute a function for each matching element |
$.param() | Create a serialized representation of an array or object (which can be used as a URL query string for AJAX requests) |
Method | Description |
---|---|
data() | Store arbitrary data in the selected element or retrieve data from it |
removeData() | Remove previously stored data |
Method | Description |
---|---|
get() | Get the DOM elements matched by the selector |
index() | Search for the given element from the matched elements |
size() | in3version 0.0 has been removed,Please uselengthProperty |
toArray() | Retrieve all DOM elements contained in the jQuery collection (as an array) |
Method | Description |
---|---|
$.noConflict() | Relinquish jQuery's specification of the $ variable |