[Seaside] Triggering action an an element

Nick Ager nick.ager at gmail.com
Wed Jun 23 06:50:03 UTC 2010


Hi Tim,

You might be suffering from a issue that often catches me out. I often find
that my jQuery selectors are failing silently as I've forgotten to include a
# Perhaps your code:


> html heading level3;
> with:'Next';
> onClick:((html jQuery id: ('myItem', pageIndex)) triggerSelect )
>

Could be changed to something like:

html heading level3;
> with:'Next';
> onClick:((html jQuery id: ('#myItem', pageIndex)) triggerSelect )
>

No guarantees, but hope it helps

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100623/d38531f0/attachment.htm


More information about the seaside mailing list