Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active October 21, 2016 14:13
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 IgorGavrilenko/461d5d0eccc834b1392f2c033d035cc8 to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/461d5d0eccc834b1392f2c033d035cc8 to your computer and use it in GitHub Desktop.
replace text
$('div').html($('div').html().replace('text',''));
$('div').html($('div').html().replace(/"/g,''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment