请帮我.当我jQuery
在ASP.NET MVC中使用时,这是一个错误.
未捕获的TypeError:((x.event.special [i.origType] ||(中间值)).handle || i.handler).apply不是函数Uncaught TypeError:((x.event.special [i.origType ] ||(中间值)).handle || i.handler).apply不是函数
导致这种情况的代码是:
$('#btnClick').click(function(){ //code })
Run Code Online (Sandbox Code Playgroud)