Error: Bootstrap's JavaScript requires jQuery

44,899

Make sure to load jquery.js file before loading bootstrap. This solved my problem.

Share:
44,899
Mohib
Author by

Mohib

Updated on February 10, 2020

Comments

  • Mohib
    Mohib over 4 years

    When i run my site on mozilla i got this error above.Here some code snippet which might be helpful

    <script src="http://www.iclubz.com/js/jquery.js"></script>
    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
    
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
    
    <script src="http://www.iclubz.com/js/readmore.min.js"></script>
    
    <script src="http://www.iclubz.com/js/chosen.jquery.js"></script>
    
    <script src="http://www.iclubz.com/js/jquery.validate.min.js"></script>
    
    <script src="http://www.iclubz.com/js/fileinput.min.js"></script>
    

    But it's work fine on chrome.I don't know why this problem are showing.I'll helpful if anyone tell me the reason

    Thanks in advance

    Edited : i forgot to mention that all my javascript are called in the bollom of the page