Skip to content

Instantly share code, notes, and snippets.

@jserrao
Created May 19, 2014 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jserrao/2eb57a02095e7a560c8f to your computer and use it in GitHub Desktop.
Save jserrao/2eb57a02095e7a560c8f to your computer and use it in GitHub Desktop.
$('div').html(
function(i,html) {
return html.replace(/(@\w+)/g, '<span>$&</span>');
});​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment