How would I use the keyfilter plugin and allow everything except < and >
http://code.google.com/p/jquery-keyfilter/
Nevermind, I got it $('#field').keyfilter(/[^<^>]/);
$('#field').keyfilter(/[^<^>]/);