[jQuery] Re: Dynamic Software causing many script loads, how would one handle this?

2008-05-12 Thread Carl Von Stetten
Lee, Do the various plugins at least use the same jQuery version? If so, can you modify the plugin-specific JS file to load the required jQuery scripts only if they haven't already been loaded? You will at least need to make sure that the jQuery.js (or jQuery.min.js or jQuery.pack.js) is

[jQuery] Re: Dynamic Software causing many script loads, how would one handle this?

2008-05-11 Thread Ryura
You *could* have a PHP that you call with $.getScript that'll use the GET variables to spit out specific javascript depending on the plugins, but that's a pretty lame way of doing things. On May 11, 6:58 pm, Lee O [EMAIL PROTECTED] wrote: I have an application that has many plugins, all of