RememberME
RememberME

Reputation: 2092

jQuery-keyfilter plugin

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

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

Upvotes: 0

Views: 503

Answers (1)

RememberME
RememberME

Reputation: 2092

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

Upvotes: 1

Related Questions