Hey,

In my Tapestry 5.3.7 application I made use of
Tapestry.ZONE_UPDATED_EVENT to fire some javascript on a zone update.
Now I'm using Tapestry 5.4-beta-3 in a new application, but I cannot get
it to work. Is this supposed to still work, or is there a new way of
handling this?

$("#zoneTest").bind(Tapestry.ZONE_UPDATED_EVENT, function() {
   console.log('test');
}

Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to