JQUERY LOOP via la collection à l'envers

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