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
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