How do I use jQuery with Dojo toolkit? I've heard of both libraries being used simultaneously, jQuery for DOM-related and Dojo for UI (dijit), but I can't find any tutorials or examples of this. Will I run into any conflicts or issues if I load both libraries?
+1
A:
You can namespace jQuery, for example, in order to avoid conflicts.
check http://docs.jquery.com/Using_jQuery_with_Other_Libraries
yoda
2010-05-17 15:27:33
this should not be necessary to work with Dojo
peller
2010-05-18 19:23:55
+4
A:
You can use them beside each other with no issues because Dojo does not override $ like some other javascript libraries.
Eric LaForce
2010-05-17 15:29:40