我写了一个程序,想用firebug调试它。但是firebug总是告诉我我的jquery之类的库文件有问题,这绝对不是问题的根源。它显示如下:
((f.event.special[s.origType] || {}).handle || s.handler).apply is not a function
...{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAt... jquery....min.js (line 3)
我知道我的程序一定有问题。但是我怎样才能在我的文件中找到真正的错误呢?