Skip to content

Instantly share code, notes, and snippets.

@bwll
Last active August 29, 2015 14:24
Show Gist options
  • Save bwll/237e5a6bd9e60fa723db to your computer and use it in GitHub Desktop.
Save bwll/237e5a6bd9e60fa723db to your computer and use it in GitHub Desktop.
/*
Remove hyperlinks from text using jQuery
The contents() function includes child text nodes.
https://api.jquery.com/contents/
*/
$("elem").contents().unwrap();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment