gpt4 book ai didi

internet-explorer - jQuery Mobile 不能与 Internet Explorer 一起使用?

转载 作者:行者123 更新时间:2023-12-04 07:44:03 30 4
gpt4 key购买 nike

我正在尝试让我的 jQuery Mobile 与 Internet Explorer 一起工作。

我的代码很简单,就是一个小表格。

我在那里放了一个演示:http://pogopixels.com/jqmtest.html

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
</head>
<body>
<div data-role="page">

<div data-role="content">
<form action="http://mxc.local/api/signup" method="post" accept-charset="utf-8">
<div data-role="fieldcontain">
<label for="email">Email</label><input type="text" id="email" name="email" />
</div>
<div data-role="fieldcontain">
<label for="username">Username</label><input type="text" id="username" name="username" />
</div>
<div data-role="fieldcontain">
<label for="password">Password</label><input type="password" id="password" name="password" />
</div>
<div data-role="fieldcontain">
<label for="confirmPassword">Confirm</label><input type="password" id="confirmPassword" name="confirmPassword" />
</div>
<button name="submit">Sign Up</button>
</form>
</div> <!-- /content -->

</div>
<!-- /page -->
</body>
</html>

它适用于 Firefox 和 Chrome,但 IE9 显示空白页面。

IE 在底部显示类似“显示本地主机时出现问题使 IE 切换到兼容模式”的消息。

知道我可以做些什么来让它发挥作用吗?

最佳答案

我在另一个问题中得到了答案 - Mobilejquery show nothing on Internet explorer

We stopped testing jQuery mobile on IE since lots of stuff doesn't work, if it works fine on all the phones and Chrome/FF why bother I guess - it's intended for the phone and you can for the most part develop in Chrome – Clay Liu Feb 8 at 17:17

很遗憾,对我来说,不支持 IE 是一个大问题(即使该框架确实是为手机设计的)。

关于internet-explorer - jQuery Mobile 不能与 Internet Explorer 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9371919/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com