【发布时间】:2013-08-25 14:37:25
【问题描述】:
我需要同时加载这三个 jQuery 库:jQuery、jQueryui 和 jQuerymobile,但页面会根据使用的浏览器和“正在加载”文本显示一个框:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<body>
</body>
</html>
请告诉我出了什么问题,谢谢
【问题讨论】:
标签: javascript jquery jquery-ui jquery-mobile