Skip to main content

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: Tips4allCCNA FINAL EXAM

Comments

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

    ReplyDelete
  2. You can namespace jQuery, for example, in order to avoid conflicts.

    check http://docs.jquery.com/Using_jQuery_with_Other_Libraries

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?