Hi,
Andy's solution works, however if modifying jquery works, it will be
transparent, now at where should I insert the jQuery.noConflict()? jQuery's
code really too difficult for me to understand. the last two lines from
uncompressed file are:

});
})();




Thiago H. de Paula Figueiredo wrote:
> 
> On Fri, Jun 5, 2009 at 7:52 AM, Andy Pahne<andy.pa...@gmail.com> wrote:
> 
>> I had the same problem.
>> Unfortunatly calling
>>  jQuery.noConflict() did not help, either.
>> Don't know what the exact problem was.
> 
> I guess that's because jQuery.noConflict() was invoked after it
> should. My solution was to edit the jQuery file to include
> jQuery.noConflict() in its the end. I also had to edit the jQuery
> plugin I was using (Color Picker) to replace calls to $() to
> $jQuery().
> 
> -- 
> Thiago
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-using-jQuery-in-5.0.18-tp23885303p23887748.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