You need to catch the onchange event on the <select> element

On Jul 2, 4:59 pm, sso <strongsilent...@gmail.com> 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').mousedown(function(){
>           alert("test");
>      });

Reply via email to