jQuery.batch is a small extension (951 bytes min'd, 520 bytes gzipped) to
jQuery that allows you to batch the results of any jQuery method, plugin
into an array. By default the batch plugin aliases the getter methods in
jQuery by adding an 's' to the end (attrs, offsets, vals ...). You can also
just call $(...).batch('methodName', arg1, arg*n).

Download: http://plugins.jquery.com/project/batch
Blog post: http://blog.brandonaaron.net/2008/05/08/jquery-batch/

--
Brandon Aaron

Reply via email to