[jQuery] Re: select not catching mousedown event in IE and Chrome

2009-08-17 Thread hydrarulz
You need to catch the onchange event on the element On Jul 2, 4:59 pm, sso wrote: > This is the code I am using to test this.  In FF and Op. When I click > on an option in the select box, the alert pops up.  In IE and Chrome, > it doesn't seem to catch it at all. > >      $('.clickopt').mousedo

[jQuery] Re: select not catching mousedown event in IE and Chrome

2009-07-02 Thread Karl Swedberg
don't know about Chrome, but IE doesn't support onmousedown for option elements: from http://msdn.microsoft.com/en-us/library/ms536944%28VS.85%29.aspx ("onmousedown Event"): Applies To A, ADDRESS, APPLET, AREA, B, BDO, BIG, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, CITE, CODE, CUST