With this line
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");

This code works

(function( $ ) {
$(document).ready(function(){
alert("ok");
});
}) ( jQuery );

But the problem is jquery/tooltip mixin doesn't work now.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/jquery-tp5113334p5116882.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