每个点击事件都会触发大约 4 到 8 个警告,具体取决于您的尝试程度。加起来一百多很容易。警告显示event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
警告是在我的视图中包含此警告的结果(这是在 asp.net mvc3 视图中)
<script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.js")" type="text/javascript"></script>
什么给出了,为什么所有的警告?