Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created October 18, 2013 15:55
Show Gist options
  • Save Eugeny/7043654 to your computer and use it in GitHub Desktop.
Save Eugeny/7043654 to your computer and use it in GitHub Desktop.
r=function(a,b){$('input,textarea').each(function(i,e){ $(e).val( $(e).val().replace(new RegExp(a, 'g'), b) ); });}; r('Lime', 'Black')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment