我有一个问题,我知道这不是这个门户网站上最好的问题。
但我的问题是我的移动应用程序上有 2 个 jquery 和 jquery mobile 库。
并且知道我添加的按钮将颜色从黑色变为白色.. 为什么?
这是我的代码:
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.css">
<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script>
<a href="#myPanel" data-icon="search" data-iconpos="notext" class="ui-btn-right" data-inline="true" data-direction="reverse">Search</a>