Re: Tapestry 5.3 and JQuery

2011-09-01 Thread Julien Martin
thanks Magnus. 2011/8/31 Magnus Kvalheim > No, you just need to call it once after jquery itself has loaded. > > jQuery plugin authors (should) define the plugin in an capsuled > function/closure in order to avoid issues with other libraries - like > prototype. > see - http://docs.jquery.com/Plu

Re: Tapestry 5.3 and JQuery

2011-08-31 Thread Magnus Kvalheim
No, you just need to call it once after jquery itself has loaded. jQuery plugin authors (should) define the plugin in an capsuled function/closure in order to avoid issues with other libraries - like prototype. see - http://docs.jquery.com/Plugins/Authoring#Summary_and_Best_Practices So - although

Re: Tapestry 5.3 and JQuery

2011-08-31 Thread Julien Martin
Hello again, Do I also need to add the jQuery.noConflict() at the end of the JQuery UI file? J. 2011/8/30 Gunnar Eketrapp > I use jQuery without any hazzle. > > Just remember to call jQuery.noConflict() and to use jQuery instead of $ > since prototype has taken that one. > > 2011/8/30 Julien Mar

Re: Tapestry 5.3 and JQuery

2011-08-30 Thread Julien Martin
Thanks for your reply Tony. Cheers, J. 2011/8/30 Tony Nelson > I believe that tap is going to try to be more flexible and allow you to > choose whichever library you prefer by providing an integration layer. No > point is forcing you to use one library over another IMO. > > Tony > > On Aug 30,

Re: Tapestry 5.3 and JQuery

2011-08-30 Thread Tony Nelson
I believe that tap is going to try to be more flexible and allow you to choose whichever library you prefer by providing an integration layer. No point is forcing you to use one library over another IMO. Tony On Aug 30, 2011, at 10:35 AM, Julien Martin wrote: > Thank you both. > I think I onc

Re: Tapestry 5.3 and JQuery

2011-08-30 Thread Julien Martin
Thank you both. I think I once read a comment by Howard Lewis Ship stating that JQuery would become the default JS library in Tapestry 5.3. Is this indeed the case or will this be the case in some other future version of Tapestry? Julien. 2011/8/30 Tony Nelson > I've been using the tapestry-jque

Re: Tapestry 5.3 and JQuery

2011-08-30 Thread Tony Nelson
I've been using the tapestry-jquery project here: https://github.com/got5/tapestry5-jquery It's dead simple to use. The one issue is that it doesn't currently work with 5.3. There is a branch for it, but it probably won't be published until after 5.3 is actually released (5.3 is beta at the

Re: Tapestry 5.3 and JQuery

2011-08-30 Thread Gunnar Eketrapp
I use jQuery without any hazzle. Just remember to call jQuery.noConflict() and to use jQuery instead of $ since prototype has taken that one. 2011/8/30 Julien Martin > Hello all, > Can someone please tell me what are the recommended patterns or frameworks > - > if any - I should rely if I want

Tapestry 5.3 and JQuery

2011-08-30 Thread Julien Martin
Hello all, Can someone please tell me what are the recommended patterns or frameworks - if any - I should rely if I want to use JQuery together with Tapestry 5? For instance, can I just include the JQuery library in my template pages and go ahead and use JQuery features? Are there pitfalls I should