Why Bootstrap 3 navbar dropdown doesn't work in IE8?

前端 未结 5 1931
星月不相逢
星月不相逢 2020-12-19 06:25

The bootstrap 3 dropdown doesn\'t work in IE8, I don\'t know why, any help on that. some people say because BS added CSS filter property

5条回答
  •  Happy的楠姐
    2020-12-19 06:38

    Include these two script:

    
    
    

    Then use jQuery version LESS than 2 (jQuery 2++ doesn't support IE8 anymore)

    Finally, use a web server (local or otherwise) to view your site because respond.js doesn't play well with file:// protocol

提交回复
热议问题