JQuery .each() backwards

$($("li").get().reverse()).each(function() { /* ... */ });

Leave a Comment