I have a plugin that access the length
property on many elements. However, the javascript console points to line 12 of jquery.min.js.
How can I backtrace to find the offending line in my plugin?
If you use minified scripts any debugger (like totally the best firebug) will show you the same problematic line and this information is useless (minified scripts are hard to read and understand and they are written in 1 line).
Few ways to solve problems like this: