/* * jQuery each2 - v0.2 - 8/02/2010 * http://benalman.com/projects/jquery-misc-plugins/ * * Inspired by James Padolsey's quickEach * http://gist.github.com/500145 * * Copyright (c) 2010 "Cowboy" Ben Alman * Dual licensed under the MIT and GPL licenses. * http://benalman.com/about/license/ */ (function(a){var b=a([1]);a.fn.each2=function(d){var c=-1;while((b.context=b[0]=this[++c])&&d.call(b[0],c,b)!==false){}return this}})(jQuery);