Do you understand why?
It's not the event that has the value that you wish to submit. What
has the needed value is the object whose "onchange" callback is
currently being executed. And since we're in that callback at the
moment, it just so happens that the identifier "this" refers to the
callba
Thanks andrea ;)
On May 12, 12:27 pm, Pickledegg <[EMAIL PROTECTED]> wrote:
> Sussed it:
>
> $('this').val() does the trick!
>
> On May 12, 12:05 pm, Pickledegg <[EMAIL PROTECTED]> wrote:
>
> > Heres my code:
>
> > This fires on any dropdown with the class 'ajaxdropdown': However, it
> > errors t
Sussed it:
$('this').val() does the trick!
On May 12, 12:05 pm, Pickledegg <[EMAIL PROTECTED]> wrote:
> Heres my code:
>
> This fires on any dropdown with the class 'ajaxdropdown': However, it
> errors telling me that event.val() is not a function. How do I refer
> to the current dropdown being
On 12 Mag, 13:05, Pickledegg <[EMAIL PROTECTED]> wrote:
> How do I refer
> to the current dropdown being changed, and get its value?
hi :)
you should use $(this).val()
4 matches
Mail list logo