[Grok-dev] @grok.action doesn't play well with jQuery
Sebastian Ware
sebastian at urbantalk.se
Tue Mar 18 12:45:18 EDT 2008
Thanks!!!
I can confirm that all three of these work fine.
Mvh Sebastian
18 mar 2008 kl. 17.25 skrev Kevin Smith:
> You can use a selector like this
>
> $('input[@name=form.actions.save]') which produces a list of results
> or
> $('input[@name=form.actions.save]')[0] assuming it's the first save
> form
> or even
> $('input[@id=form.actions.save]')[0] //untested
More information about the Grok-dev
mailing list