I have a jquery slide show that works fine when I run it from my local PC but when I put it on the web server it does not work at all. See here for what it does:
http://automatethegame.com/testing/index.html
those 3 images should actually be a slide show. 🙂
Any suggestions at all?
You need to save file as binary mode not text on server because they manipulate them by thinking it’s text. secondly i thing if you use Google CDN jQuery then it’s make less request to server.