Jquery Mobile和Jquery UI之间的冲突

时间:2014-03-11 01:55:36

标签: javascript jquery css jquery-ui jquery-mobile

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="./jquery.mobile-1.4.2.min.css" />


<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="./jquery.mobile-1.4.2.min.js"></script>
<script type="text/javascript" src="http://jqueryrotate.googlecode.com/files/jQueryRotate.2.1.js"></script>

我想在基于Jquery Mobile的页面中使用Jquery UI的图像调整大小和拖动功能,但是在页面中添加Jquery UI lib后,所有Jquery Mobile CSS都失效了。

任何人都有任何提示?提前谢谢。

0 个答案:

没有答案