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

#191889
tarnos12
Participant

haha you are the best :) I knew there is a simple mistake…I update my website code, while you were looking at my html code, I changed some links, not sure if I did good or not but if you can check it again :) Thanks again really. Also yes that bracket is a typo, I did copy whole code and all, but i dont need it anymore I guess.

  <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

Those are the only scripts I have right now, I hope that is enough, still I cant make progress bar color change. I will try to figure this out :) I will also change all my interval codes the way you showed me, to make it smaller. Thanks again for all your help.