Skip to content

Instantly share code, notes, and snippets.

@abernier
Created April 30, 2010 09:12
Show Gist options
  • Save abernier/384981 to your computer and use it in GitHub Desktop.
Save abernier/384981 to your computer and use it in GitHub Desktop.
jQuery(function($){
$('ol.reversed > li').each(function(){
$(this).prependTo($(this).parent());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment