Sunday, May 13, 2012

jQuery / Dojo - How do I use jQuery with Dojo toolkit


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?



Source: Tips4all

1 comment:

  1. You can use them beside each other with no issues because Dojo does not override $ like some other javascript libraries.

    ReplyDelete