Skip to content

Instantly share code, notes, and snippets.

@sahinsf
Created September 4, 2012 20:26
Show Gist options
  • Save sahinsf/3626072 to your computer and use it in GitHub Desktop.
Save sahinsf/3626072 to your computer and use it in GitHub Desktop.
jQuery selector filter
//http://stackoverflow.com/a/3113742/1472649
str.replace(/([ #;&,.+*~\':"!^$[\]()=>|\/@])/g,'\\$1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment