能否在相同的函数中同时使用jquerymobile和jquery?

能否在相同的函数中同时使用jquerymobile和jquery?,jquery,html,jquery-mobile,Jquery,Html,Jquery Mobile,可以同时使用jquerymobile.js和jquery.js吗 我已经附加了.js文件 <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script> <script src="http://demos.jquerymobile.com/1.3.2/js/jquery.mobile-1.3.2.min.js"></script>

可以同时使用jquerymobile.js和jquery.js吗

我已经附加了.js文件

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://demos.jquerymobile.com/1.3.2/js/jquery.mobile-1.3.2.min.js"></script>


虽然它似乎不能正常工作。我实际上没有jquerymobile代码,目前只有jquery,因此jquery.mobile-1.3.2.min.js的引入打破了一切

jquerymobile使用jquery。。。所以这应该没问题

你应该注意的是版本

例如,
jQuery Mobile 1.3支持jQuery 1.7及更新版本。