Uncaught TypeError: Cannot read property 'length' of undefined [jQuery]
- by macek
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 which line of my plugin has null variable attempting to access length?