Using JQuery and Prototype in the same page

前端 未结 12 1207
忘了有多久
忘了有多久 2020-11-30 03:39

Several of my pages use both JQuery and Protoype. Since I upgraded to version 1.3 of JQuery this appears to be causing problems, because both libraries define a function nam

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 04:31

    Currently you can do something like this:

              
        
        
        
    
    

    Then, use jQuery as $j() and Prototype's $().

提交回复
热议问题