[Seaside] According to Lukas Renggli the following pattern is used to 'say it smalltalk' for jQuery

Lukas Renggli renggli at gmail.com
Thu Dec 23 22:01:05 UTC 2010


http://book.seaside.st/book/web-20/jquery/basics doesn't answer your question?

Lukas

On 23 December 2010 22:54, Fritz Schenk <intrader.intrader at gmail.com> wrote:
> "Basically
> Query action
> "
> Note: this is from hist presentation at ESUG.
>
> Fits the following code perfectly:
> <code>
> onClick: ((html jQuery: #count) load
>            html: [ :h | h render: (count := count - 1) ]);
> </code>
>
> However, what pattern fits the following":
> <code>
>      html submitButton
>         onClick: (html jQuery ajax
>            script: [ :s | s << (s jQuery: #logger) html: DateAndTime now ]);
>         with: 'Replace'.
> </code>
>
> There appear that there are two messages starting with 'jQuery' '#jQuery' and
> '#jQuery:'; but what is the Query and what is the action in the last example?
>
> It would be nice to have some paragraphs describing the architecture of the
> jQuery implementation in Seaside. Merely to point to the superb jQuery
> documentation is not sufficient for me.
>
> Thanks
>
> _______________________________________________
> 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