script order for jquery with bootstrap

前端 未结 3 1064
甜味超标
甜味超标 2020-12-01 21:58

I\'m new to jquery and bootstrap, and I can\'t get them to play nicely with each other. I have a page with both bootstrap dropdowns and jquery sliders. However, I can\'t ge

3条回答
  •  -上瘾入骨i
    2020-12-01 22:44

    Not sure, but it seems like your Bootstrap version requires a newer version of jQuery to run properly, try to replace:

    
    

    with

     
    

    and then leaving it off in your body.

    Let me know what happens then.

    Note: Don't ever load two jQuerys, they will break and stop the working of your functions, and especially when you use ajax on your page.

提交回复
热议问题