[jQuery] Re: second time jquery is included, kills previously called plugins

2008-05-19 Thread Ryura
You should be able to use jQuery.noConflict() to restore $ to the first instance of jQuery where the plugins are. On May 18, 9:33 pm, Shelane [EMAIL PROTECTED] wrote: if you have this in this order, the plugin call won't work. it will give an error that the plugin function is not defined

[jQuery] Re: second time jquery is included, kills previously called plugins

2008-05-19 Thread Jason Huck
Well, it's easy to detect whether jQuery is loaded using plain javascript, but once you've determined that it's not loaded, getting it loaded in the correct order (particularly so that you can still use document.ready()) gets tricky. You could create a custom version of jquery.js that looks like

[jQuery] Re: second time jquery is included, kills previously called plugins

2008-05-19 Thread Ariel Flesler
//include first jQuery(function( $ ){ // $ will be the first jQuery $('#bodyframe').corner('tr'); }); // include second You can also use jQuery.noConflict(); Cheers -- Ariel Flesler http://flesler.blogspot.com/ On 19 mayo, 10:16, Jason Huck [EMAIL PROTECTED] wrote: Well, it's easy

[jQuery] Re: second time jquery is included, kills previously called plugins

2008-05-19 Thread Shelane Enos
That was perfect. Thanks. On 5/19/08 8:00 AM, Ariel Flesler [EMAIL PROTECTED] wrote: //include first jQuery(function( $ ){ // $ will be the first jQuery $('#bodyframe').corner('tr'); }); // include second You can also use jQuery.noConflict(); Cheers -- Ariel

[jQuery] Re: second time jquery is included, kills previously called plugins

2008-05-18 Thread Shelane
Hey Jason, I thought it made sense too - the explanation of why it happens. Yes, it would be ideal if jquery were just added to the portal templates. However, the developers don't have control over the portal templates. They are strictly locked down, and there is no way the manager of the