How would I go about doing that?

On Jan 30, 8:13 pm, Hamish Campbell <[EMAIL PROTECTED]> wrote:
> Whenever you create new selects you will need to bind the click event
> to the new selects.
>
> On Jan 31, 11:51 am, RyanMC <[EMAIL PROTECTED]> wrote:
>
> > $("select").change(function(){
> >     alert("Selected: " + this.value);
>
> > });
>
> > Is there any reason why this wouldn't be working on all the selects on
> > my page.
>
> > I create the selects dynamically, but this is up in the $
> > (document).ready(function() { block of my code.

Reply via email to