django-debug-toolbar
django-debug-toolbar copied to clipboard
'$ is not a function' in jQuery Live Events
Something in your djDebugToolbar.js is making $ unrecognized in jQuery Live events. I've narrowed the problem down to that file, but I'm afraid I don't know much more than that.
To see the error use jQuery 1.3.2 and create something like this http://dpaste.com/42838/ and you will get an $ is not a function error as soon as it hits $(this) or anything that uses $.
I think it is related to invalid HTML that debug_toolbar generates - not closed etc. I am experiencing the same problem. Is anybody looking into this issue?
Tomas
Having the same problem here! Has anyone found a solution?
I've been using the newly released version of the original debug-toolbar and haven't had any issues: http://robhudson.github.com/django-debug-toolbar/
It works for me with newer version as well.
Ok, working now. It seems I downloaded an earlier version from the github repo. Thanks!