So the jquery code conversion is something I can figure out on my own but I
am having hard time with this part

 $(document.body).on(Tapestry.TRIGGER_ZONE_UPDATE_EVENT, addAjaxOverlay);

so in prototype this would return 

function addAjaxOverlay(event, element) { var mgr =
Tapestry.findZoneManager(element);... }

so an event and an element of something that is (I guess) a zone element
object that is used to find a zone.

Does anyone have any idea how can I find a same information? I have tried to
debug the event object - this is the only thing that is passed to the method
but it does not contain anything like zone id.

Should I maybe use some other event or some other way to trigger an event in
tapestry-jquery?

cheer



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Spinner-Prototype-to-JQuery-ie-tapestry5-jquery-tp5720077p5720134.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