views:

169

answers:

2

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
That's really good place to look at.
SashaN
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