I have created a site for a client with jquery tabs, on my hosting they work fine
but on his hosting it just doesn't seem to want to work
http://www.modernandclassicautos.co.uk.php53-7.dfw1-1.websitetestlink.com/
I haven't changed anything at all.
Any help would be really appreciated.
Run the console on Chrome, saw the next errors on the new hosting while on your hosting not:
When I clicked on the link to the jquery's file - I think I've found the problem. The difference between the two versions is the URL of the scripts. On the one that works:
While on the other one:
UPDATE:
Consider following the next 2 suggestions:
(1)Add
http:
before the//ajax
in the `src.(2) Why are you loading this file twice? remove the second line.
UPDATE 2
I've noticed you also have the following code: And the first js file does not exist on your server , therefore you see HTML - the HTML of the 404 page.
Remove the first line. You're calling the same jquery script 3 times - not a good idea at all.
Hope it helped , update me if not.