Collection Manipulation
-
.each()
Iterate over a jQuery object, executing a function for each matched element.
-
jQuery.param()
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Iterate over a jQuery object, executing a function for each matched element.
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.