Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

jQuery miscellaneous method


May 07, 2021 jQuery


Table of contents


jQuery miscellaneous method


jQuery miscellaneous method

method describe
data() Additional data to the selected element, or obtain data from the selected elements
each() Perform a function for each match element
get() Get the DOM element specified by the selector
index() Search for given elements from matching elements
$.noConflict() JQuery control of the release variable
$.param() Create a sequence representation of an array or object (used in the URL query string when generating an AJAX request)
removeData() Remove data stored before
size() Was abandoned in version 1.8. Returns the number of DOM elements that matches the jQuery selector
toArray() Retrieve all DOM elements contained in the jQuery collection in the form of an array