jQuery online/offline issue

Soldato
Joined
20 Nov 2002
Posts
11,141
Location
Barnsley
Hi,

I've been using a bit of jQuery in a project to give the effect of sliding tabs in a panel on a single page.

Now I developed it offline and it works perfectly. I have it on an auto cycle through the three panels until one of the tabs is clicked, then they panels are user selectable.

All this works fine when I run it offline, but when I upload it to my server the slides only change when the tabs are clicked - there is no auto cycle.

I can't work out for the life of me why uploading to my server would disable only some of the jQuery.

Anyone had experience of this happening to them? It's starting to really do my head in now.

Cheers for any help :)
 
As usual 5 minutes after asking for help you find a work a round :p

Still an interesting question though! Why would some jQuery not work and some would?

What's the actual difference in uploading it than running it locally?
 
Hard to say really. Are there any large images on the slides? jQuery could be waiting for the images to fully load before initialising the auto cycle.
 
Not any particularly large images. All images are displayed and the auto cycle doesn't initiate anyway.

It's a strange one really never seen anything like it before. Just glad I sorted it with a different bit of code.
 
Back
Top Bottom