Has anybody used Dojo and JQuery in the same project?

前端 未结 3 642
清酒与你
清酒与你 2021-01-02 17:33

Has anybody used Dojo and JQuery in the same project? I need a Dojo object oriented part ( and nothing more ) and JQuery for easier presentation, but I am afraid of collisio

3条回答
  •  猫巷女王i
    2021-01-02 18:31

    use jQuery.noConflict(); before writing jQuery code block

    more information :

    http://api.jquery.com/jQuery.noConflict/

    read this article too:

    http://www.sitepen.com/blog/2010/11/15/from-jquery-to-large-applications/

提交回复
热议问题