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?

Reply via email to