jQuery(function($) { $('#all').click(function(e) { $('.sb').each(function(i, el) { setTimeout(function() { el.click(); }, 4000 * i); }); }); });