jQuery provides a function called "getScript", which allows to load external Javascript or js file on the fly.The advantage of using $.getScript is that it loads the content on run time, which is far better than including
Learn how to Download and Include jQuery into a webpage and Write the first jQuery statement.
jQuery provides a function called "getScript", which allows to load external Javascript or js file on the fly.The advantage of using $.getScript is that it loads the content on run time, which is far better than including