When the content of a zone is updated, tapestry-jquery.js trigger an event
( Tapestry.ZONE_UPDATED_EVENT ) for this current zone.
Then, you can catch this event for this zone, and execute a specific
function.

Here an example,
$("id of your zone").bind(Tapestry.ZONE_UPDATED_EVENT, function(){

    //your code

});

I hope I gave to you enough information.

Manu

2011/12/29 George Christman <gchrist...@cardaddy.com>

> Hi Manu,
>
> Thanks for the reply, would you help me to understand what I'm binding? I
> don't quit understand this just yet.
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Got5-JQuery-Tapestry-Zone-Updated-Event-tp5103466p5107794.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
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr

Twitter : @gillespie59

Reply via email to