JQUERY LOOP via la collection à l'envers
$($("li").get().reverse()).each(function() { /* ... */ });
Helpless Hamster
$($("li").get().reverse()).each(function() { /* ... */ });