I am a big fan of Django Debug Toolbar But what happened is it totally has got Jquery framework being used for all its UI richness. But my application uses Prototypejs. So browser is actually getting confused to execute(or not executing) a couple of methods written by me. So how do I get pass this?
+2
A:
Look at this doc http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Glader
2009-06-23 06:21:00
That's really good place to look at.
SashaN
2009-06-23 08:27:59
A:
I've made efforts to fix this in my branch: http://github.com/robhudson/django-debug-toolbar/
I've done only basic testing with Prototype and jQuery (and mootools and jQuery) in the debug toolbar and how I'm making them to not conflict. More use cases and testing would make this better, so please try it out and let me know if this helps.
robhudson
2009-09-30 23:17:42