我正在尝试在我的应用程序中使用 Boostrap 2.3、Jquery 2.0,它们也需要支持 IE7、8。
但是 Bootstrap Dropdown 根本没有打开。
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js"> </script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/jquery-ui.min.js"> </script>
<script src="http://ajax.aspnetcdn.com/ajax/bootstrap/2.3.2/bootstrap.min.js"> </script>
示例图片:
http://s11.postimg.org/hidydz10j/dd_ie8_bug.png
我用谷歌搜索了 Github 中所有问题的链接都已损坏。
请帮我。