How to run JS function after zone update?

<div t:type="zone" id="formZone">
...
</div>
....

I want to do something like:
$('formZone').observe("onLoad", function(){alert('vvv');})

...but of course, div dont have "onLoad"...

Simply to run my own JS function after every zone update.

thanks in advance

-- 
View this message in context: 
http://old.nabble.com/How-to-run-JS-function-after-zone-update--tp28959337p28959337.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

Reply via email to