Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Twitter Bootstrap – Help Needed Re: Twitter Bootstrap – Help Needed

#97293
Senff
Participant

You’re probably calling the JS files in the wrong folder, or you have them misplaced.

At the end of your code, you’re calling all the JS files like this:



etc. etc.

However, those files can not be found:
http://www.rossparker.co.uk/bootstrap/js/jquery.js
http://www.rossparker.co.uk/bootstrap/js/bootstrap-transition.js
http://www.rossparker.co.uk/bootstrap/js/bootstrap-alert.js
etc. etc, they all give 404 errors.

I checked in the root folder, but they’re also not there:
http://www.rossparker.co.uk/js/jquery.js
http://www.rossparker.co.uk/js/bootstrap-transition.js
http://www.rossparker.co.uk/js/bootstrap-alert.js
etc.

So basically, just make sure you have placed all the JS files in the right location, and then call them using the proper path.