[jQuery] Re: Using getScript to load an array of scripts with callbacks

2008-02-23 Thread Nazgulled
As much as I appreciate your input and with all due respect, I didn't ask for a plugin to import JS files. I asked about the code I posted and if there is a way to improve it. I'm new to jQuery and Javascript itself and as I took lots of time to do that tiny piece of code I just thought that it ma

[jQuery] Re: Using getScript to load an array of scripts with callbacks

2008-02-23 Thread Iair Salem
As you might already know, there is a nice plugin you can find at http://www.creativit.com.br/jquery/ondemand_js/index.htm play with it... you maybe end up understanding a litte more on dinamic script loading. But my question remains: As native $.getScript() documentation noticed("Warning: Safa

[jQuery] Re: Using getScript to load an array of scripts with callbacks

2008-02-23 Thread Nazgulled
Is that really hard? :( Nazgulled wrote: > Anyone? > > On Feb 22, 6:01 pm, Nazgulled <[EMAIL PROTECTED]> wrote: > > I have this piece of code that took me a while to do it and I don't > > know if it's the best way to achieve this. First, I'll explain exactly > > what I want to do. > > > > I'm usi

[jQuery] Re: Using getScript to load an array of scripts with callbacks

2008-02-22 Thread Nazgulled
Anyone? On Feb 22, 6:01 pm, Nazgulled <[EMAIL PROTECTED]> wrote: > I have this piece of code that took me a while to do it and I don't > know if it's the best way to achieve this. First, I'll explain exactly > what I want to do. > > I'm using lots of jQuery plugins and I don't want to include the