Jquery Getscript($.getscript()) Not Working On Chrome?
I have a problem using $.getScript() on chrome. It doesn't work on chrome browser. I've tested it on firefox, ie and safari and it worked. All I have on my external script is an al
Solution 1:
Thanks guys for making it clear to me.
I think I would have my script inline instead since the inline code will work fine on all browsers.
Post a Comment for "Jquery Getscript($.getscript()) Not Working On Chrome?"