Every click event fires off about 4 to 8 warnings depending on how hard you try. It adds up to a hundred plus pretty easy. The warning reads event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future. The warnings are a result of including this in my view (this is in an asp.net mvc3 view)
<script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.js")" type="text/javascript"></script>
What gives, why all the warnings?
Try comparing the to the jquery.unobtrusive-ajax.js from MVC4 and/or use Microsoft’s CDN. http://www.asp.net/ajaxlibrary/cdn.ashx#ASPNET_MVC_Releases_on_the_CDN_10