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 and insert into the html. So the > script should download and insert the first and then the second and so > on. How can I do this in such a order ? From my research it looks like > a queue is the best option for this. Is this true ? If yes, how do I > go about to doing it ?