为什么#ID选择器使用的,视图模式检测OK,但IE11却没什么响应?
Posted huo-fenghuang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为什么#ID选择器使用的,视图模式检测OK,但IE11却没什么响应?相关的知识,希望对你有一定的参考价值。
<script type="text/javascript" src="../scripts/jquery-3.3.1.min.js"></script>
<script>
$(document).ready(function(){
$("input[type=‘button‘]").click(function(){
var inputValue = $("#testInput").val();
alert(inputValue);
});
});
</script>
<!-- 为什么上面的代码,实时视图下ok,但在IE11中却不能呢? -->
</head>
<body>
<input type="text" id="testInput" name="test" value="" />
<input type="button" value="输入的值为:"/>
</body>
以上是关于为什么#ID选择器使用的,视图模式检测OK,但IE11却没什么响应?的主要内容,如果未能解决你的问题,请参考以下文章
datepickerdialog 隐藏日历并将我的日期选择器视图更改为标准模式