[jQuery] How to catch a slash
Not really jQuery, but with all the great JS minds here ...
I'm writing a plugin (wait, this i jQuery after all) and I'd like to
implement keyboard shortcuts. No biggie when using
$(document).keydown() ...
I'd like to use a slash to focus on a search box (like Gmail does).
However, Firefox uses the slash to start its own searchbox. Gmail
manages to suppress this behavior, but I can't get it to work. Any
ideas? prevenDefault and stopPropagation don't work.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/