[Seaside] call a jQuery plugin

Lukas Renggli renggli at gmail.com
Sat Sep 12 21:01:13 UTC 2009


> (html jQuery this)
>        onLoad: ((html jQuery this) do: 'cyOverlabel();').

As you can see in the comment of #do: this method it iterates over
every matched DOM element (http://docs.jquery.com/Core/each#callback).
As far as I understand you just want to call 'cyOverlabel' on the
query. This is done like this:

    html jQuery this call: 'cyOverlabel'

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list