I've noticed that the keycodes of < and > didn't work as expected on Windows (using the thickbox's keycodes). Keycodes of arrows 37 and 39 work fine. Is there a plugin that abstracts keyboard events from the platform of the browser? Something like if (keycode === 190) // actual if(jQuery.keycode(">")) // desired Thanks.
-- Massimiliano Balestrieri http://www.maxb.net/blog/ [EMAIL PROTECTED]