[jQuery] [jQuery][ANN] jQuery.batch 1.0

[jQuery] [jQuery][ANN] jQuery.batch 1.0

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: <a href="http://plugins.jquery.com/project/batch">http://plugins.jquery.com/project/batch</a>
Blog post: <a href="http://blog.brandonaaron.net/2008/05/08/jquery-batch/">http://blog.brandonaaron.net/2008/05/08/jquery-batch/</a>
--
Brandon Aaron