I know you can do it for jQuery using jQuery.noConflict. Is there a way to do something similar with Dojo?
+5
A:
I believe you can. See this page about running more than one version of Dojo on a page. It's fiddly, but seems to be what you're looking for.
In general, both Dojo and jQuery have been quite careful not to clobber each other's or anyone else's variable names.
philistyne
2008-10-29 14:53:31
Thanks, works like a charm :)
Chris MacDonald
2008-10-29 15:15:43
The "this page" link above is no longer active, the content has been moved to here:http://docs.dojocampus.org/multiversion/index
jrburke
2010-06-16 17:50:58