[jQuery] Re: Using Queue

2009-07-25 Thread Lukas Lt
Why not to simply place them into head of the page They will be loaded in the same order as you put them into head Or use http://plugins.jquery.com/project/jquery-plugins to dynamically load them On 24 Lie, 18:52, shaf shaolinfin...@gmail.com wrote: Hi Guys I have 4 scripts I want to load

[jQuery] Re: Using Queue

2009-07-25 Thread Old Orange Juice
JavaScript that loads more JavaScript?? I've had trouble with this on IE where ajax would load HTML that had Javascript tags and evaluate the javascript.. the getElementsByTagName would not return elements with the script tag. Tricky. On Jul 24, 11:52 am, shaf shaolinfin...@gmail.com wrote: Hi