Pętla jQuery przez kolekcję

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