tgext.debugbar messes up my page because my page uses an older version
of JQuery. Can you put your version in a namespace like this, so as to
not conflict with my and others' versions of JQuery?
<script src='jquery-1.7.js'></script>
<script>
var jq17 = jQuery.noConflict();
</script>
Then you can call jQuery like this: jq17('#debugdiv')....
Otherwise, I can do something similar in my code. But it might be nice
for tgext.debugbar to automatically make itself compatible with
everyone's code, rather than require tgext.debugbar's users to do that
compatibility work.
Tim
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.