jQuery is not defined twitter bootstrap

前端 未结 4 2044
失恋的感觉
失恋的感觉 2020-12-15 06:36

I am getting this error that says jQuery is not defined. I want to use twitter bootstrap and jQuery-UI. In my I\'ve added the CSS and JS necessary.

4条回答
  •  感情败类
    2020-12-15 07:27

    This is most likely because of 2 reasons:

    1. You are loading jQuery twice; remove one of them (preferably the older version).
    2. You are loading bootstrap.min.js before loading jQuery (read the documentation here).

    What you need to do is:

    
    
    
    
    
    
                                     
                  
提交回复
热议问题