JQuery reverse iteration
$('li').reverse().each( function() { | |
// YOUR SUPER LOGIC HER | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$('li').reverse().each( function() { | |
// YOUR SUPER LOGIC HER | |
} ); |