I wrote a program and want to debug it with firebug. But firebug always tells me that something is wrong with my library files like jquery, which is not at all the root of the problem. It shows the following:
((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)
I know that there must be something wrong with my program. But how can I find the real error in my files?
source
share