[Seaside] JQuery options

Lukas Renggli renggli at gmail.com
Mon Aug 30 10:14:50 UTC 2010


There are various jQuery calls that accept other jQuery object as an
argument/option, e.g. from the tests:

    html ajax serialize: (html jQuery: 'form')

gives:

    $.ajax({"url":"http://www.seaside.st/","data":["_s=1","_k=a","1",$("form").serialize()].join("&")})

So it should be fine in all cases just to pass the other jQuery object
as argument.

Lukas

On 30 August 2010 11:47, John McKeon <p3anoman at gmail.com> wrote:
> I have an option that needs to render differently than what I have seen with
> most options.
> The option value needs to be a jQuery object so that it should render as:
>   "option": $("#anId")
> Is this possible?
>
> --
> http://john-mckeon.us/pier
> http://john-mckeon.us/footballpool  (login: guest/football)
>
> _______________________________________________
> 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