Skip to content

Instantly share code, notes, and snippets.

@jblanche
Created January 3, 2012 11:42
Show Gist options
  • Save jblanche/1554598 to your computer and use it in GitHub Desktop.
Save jblanche/1554598 to your computer and use it in GitHub Desktop.
leMonde cleaner
jQuery('.listLink').replaceWith(function(){
return jQuery(this).text();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment