I have a bit of an odd bug here; I have a simple website (http://davidpuetter.azurewebsites.net/shop.html#) that is supposed to load the JQuery library, and the EasyUI library. The JQuery seems to load just fine, because I have a function to print out "ready" when the page is loaded. What the intended function is, is that I can drag each product seen there onto the shopping cart to the right. This works perfectly fine if I run the html files manually from my computer, but not since it has been hosted.
What's happening here?
Thanks for any help