Hi,

When you use  _pageRenderSupport.addScript(jsFunc) to add some javascripts,
it will always be put inside following block:

Tapestry.onDOMLoaded(function() {

  ... js functions added here
});

is it possible not to include javascript in the above block? if you use
jQuery, putting inside that block will not work, any idea?
-- 
View this message in context: 
http://www.nabble.com/T5%3A-using-jQuery-with-PageRenderSupport-tp16048164p16048164.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to