Search code examples
jqueryregexjquery-pluginskeyfilter

jQuery-keyfilter plugin


How would I use the keyfilter plugin and allow everything except < and >

http://code.google.com/p/jquery-keyfilter/


Solution

  • Nevermind, I got it $('#field').keyfilter(/[^<^>]/);