Forums

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

Home Forums JavaScript window.setInterval(function() Need help Reply To: window.setInterval(function() Need help

#191880
tarnos12
Participant

Hey, thanks for answers, first of all I dont have jquery installed. Since I am really new to all this I am almost 100% sure that I didnt even install bootstrap properly, could you check my html file and see if there are some problems? It seems there is a 1.9.1 version of jquery which bootstrap can use, but I don’t know how to install it. When I put your code for

$(document).ready(function()

My whole script is not working anymore, I have no idea why. I put this in my html file:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

I will keep trying to figure this out.

@edit:

The reason why I think, my bootstrap isnt working is:

<div class="progress-bar progress-bar-success progress-bar-striped"

I cant make it work :| so I am confused if it is working or not.