Read the documentation for jQuery.getScript(); it does exactly what you want.
On Feb 15, 12:12 pm, Nazgulled <[EMAIL PROTECTED]> wrote: > Hi, > I make good use of various jQuery plugins that are available, however, > I don't like the idea of having the <head> tag of the page filled with > <script> tags for all the plugins I use. > > Is there way to load jQuery plugins dynamically at run time? > Basically, I just want to add 2 <script> tags to the document <head>, > one for jQuery itself and another for all my JS coding for that page. > > How can I load jQuery plugins dynamically?