-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'$ is not a function' in jQuery Live Events #2
Comments
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! |
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 $ .
The text was updated successfully, but these errors were encountered: