Re: bind onScroll event with Ajax call to body tag
Karsten Kusche <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi Sabine, html mdlLayoutContent onScroll: (html jQuery ajax script: [ :s | ...do something with my model so I don't want use pure javascript... ]); with: aBlock. you can keep the handler and just register it with the body via: html document addLoadScript: ((html jQuery:’body’) onScroll:…) Kind Regards Karsten _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside