954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Multiple CSS / Help

Hello,

I'm having trouble with a webpage that has multiple CSS.
The issue is the jQuery on the page, which doesn't work.
The page I'm trying to get to work; http://www.sahara-online.co.uk/demo/News.htm
So does anybody know what to do? - some help would be much appreciated.

Thanks Matt.

MattWhitehead__
Newbie Poster
19 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

When I checked it out it seems like when you click a "+" button to expand a news story, you get an error that the files "http://www.sahara-online.co.uk/src/jquery.cookie.js" and "http://www.sahara-online.co.uk/src/jquery.collapse.js" couldn't be loaded. That is most likely your problem so check that you have those files in the correct location as the paths above.

ctaylo21
Junior Poster in Training
67 posts since May 2010
Reputation Points: 10
Solved Threads: 11
 

Hey,

Ah right, so the error is to do with this then?

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="../src/jquery.cookie.js"></script>
<script src="../src/jquery.collapse.js"></script>
MattWhitehead__
Newbie Poster
19 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

Yes are the jquery.cookie.js and jquery.collapse.js files actually located at http://www.sahara-online.co.uk/src/jquery.cookie.js and http://www.sahara-online.co.uk/src/jquery.collapse.js? If not you may need to move the files to the correct location or change the path in your code to where the files actually are.

ctaylo21
Junior Poster in Training
67 posts since May 2010
Reputation Points: 10
Solved Threads: 11
 
MattWhitehead__
Newbie Poster
19 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

No problem. Please mark the thread as solved.

ctaylo21
Junior Poster in Training
67 posts since May 2010
Reputation Points: 10
Solved Threads: 11
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: