Can you override the JQuerySymbolConstants.JQUERY_ALIAS constant in your
AppModule :
configuration.add(JQuerySymbolConstants.JQUERY_ALIAS, "$j");

in order to override the jQuery Alias.



2012/1/3 csckid <testnowsh...@gmail.com>

> 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
>
>


-- 
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