[Seaside] jQuery and WASelectTag?

Lukas Renggli renggli at gmail.com
Sat Jul 31 06:40:40 UTC 2010


This is called #serialize in jQuery, see the convenience protocol in
JQAjax. In your case you probably want to use #serializeThis (to just
serialize the current form element) or #serializeForm (to serialize
the surrounding form). #serializeForm is equivalent to (triggerForm:
(html element up: 'form').

Lukas

On 31 July 2010 07:34, John Chludzinski <john.chludzinski at gmail.com> wrote:
> I am converting from using Prototype and Scriptaculous libraries to jQuery.
>  I have a WASelectTag (list box) where I used both #callback: and #onChange:
> .  To get the callback-block called before the onChange-script I used:
> (triggerForm: (html element up: 'form').  This is a Prototype call (PTAjax).
>
>
> Is there an analog using jQuery?
> ---John
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list