I've just recently migrated our project to Got5-JQuery. With prototype, I had a script in afterRender to call a js method once my zone completed it's refresh. With Got5-JQuery, this function no longer works. I'm wondering if anybody knows how to get this to work with Got5-JQuery?
old script void afterRender() { javaScriptSupport.addScript( "$('%s').observe(Tapestry.ZONE_UPDATED_EVENT, function() { " + "$('zoneUpdater')" + "});", shiptoZone.getClientId() ); } Thanks in advance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Got5-JQuery-Tapestry-Zone-Updated-Event-tp5103466p5103466.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org