views:

16

answers:

1

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

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

+1  A: 

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

RememberME