Skip to content

Instantly share code, notes, and snippets.

@bcullen
Last active June 15, 2017 19:24
Show Gist options
  • Save bcullen/0cbebeb2324411de2f394ac8b5aeee5c to your computer and use it in GitHub Desktop.
Save bcullen/0cbebeb2324411de2f394ac8b5aeee5c to your computer and use it in GitHub Desktop.
Strip out <font> tags
$('.job-results font').each(function() {
$(this).replaceWith($(this).text());
});
@bcullen
Copy link
Author

bcullen commented Jun 15, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment