码迷,mamicode.com
首页 > 其他好文 > 详细

为什么#ID选择器使用的,视图模式检测OK,但IE11却没什么响应?

时间:2018-07-21 18:30:07      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:rip   script   输入   button   head   on()   alert   检测   tin   

<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却没什么响应?

标签:rip   script   输入   button   head   on()   alert   检测   tin   

原文地址:https://www.cnblogs.com/huo-fenghuang/p/9347502.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!