Re: [jQuery] jQuery in e107 plugin?

2009-12-19 Thread Richard D. Worth
After the second one is loaded you can get back to the first one using noConflict: http://docs.jquery.com/Core/jQuery.noConflict - Richard On Fri, Dec 18, 2009 at 11:13 AM, Harsányi János hajani...@gmail.comwrote: I have two e107 plug ins which are using jQuery. The first one uses jQuery UI

[jQuery] jQuery in e107 plugin?

2009-12-18 Thread Harsányi János
I have two e107 plug ins which are using jQuery. The first one uses jQuery UI too. The problem is that the second plug in re-defines the jQuery without the UI extension, and the first plug in is not able to work properly. Is there any way to load jQuery only if it has not been added yet? (I have