$('*').not('input') doesn't work for password fields in chrome?

Duuuhhude

New Member
I am selecting all tags that are not input tags to bind a hotkey to.\[code\]$('*').not('input').bindHotKey(blah);\[/code\]However, this doesn't seem to exclude the password field in chrome. ie: \[code\]<input type="password"/>\[/code\]
 
Top