So I created a simple slideshow with jquery and jquery ui. It works perfectly when I dragged the html into chrome, but when I uploaded the file to my server, the effect didn’t work.
You can see the website on -guyzyl.org- (its the main page), or just the html file (which is the same as the one on the site -https://www.dropbox.com/s/0q3tnshbvmxu9ax/index.html-
any help is appreciated, and thanks in advance.
So I created a simple slideshow with jquery and jquery ui. It works perfectly
Share
You are missing all these js .. (Seen in firebug in console error)
Also . i would suggest you to read from google CDN ( this jquery ui contains all the effect files)
While keeping a local copy of it, so that in case it is not able to get it from google cdn , it can look in local path .(as in your case and doesn’t brake your website)