By bloid
via blog.brandonaaron.net
Submitted: May 09 / 02:17
jQuery methods, in most cases, operate on zero or more matched elements. Getter type methods are an exception. The getter methods only return the results for the first matched element. This is overwhelmingly the typical use-case. However, sometimes you might want to get the results for all matched elements in the jQuery collection. Introducing jQuery.batch, a small extension to jQuery that adds such functionality.
SaveShareSend
Tags: frameworks, javascript
Add your comment