Sometimes it's nice just to include some existing jQuery script and use
without having to write a module/component.

The problem on Ajax calls is you may want to call it if there are elements
in the zone that need to be initialized. Perhaps on the page update it's

$('.zoneLink').init(); 

and on the zone update it's

$('#zoneId .zonelink').init();

Maybe
javascriptsupport.runOnce("('%s .zoneLink').init()", container); 


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Script-Loaders-Modules-and-other-JS-thoughts-tp5676390p5681164.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to