Loading Multiple jQuery Versions

前端 未结 2 339
陌清茗
陌清茗 2021-01-03 06:46

I\'ve written a tool that uses jQuery, and the tool is dynamically loaded on many different web pages, including ones that already use jQuery. I am trying to load jQuery on

2条回答
  •  甜味超标
    2021-01-03 07:18

    I have a quite similar issue on my webapp, there is a way to keep the previous version and use your own, even with plugins, here is what I do:

    
    
    
    
    
    
    
    
    
    
    
    
    
    

    it keep the old version unchanged, and you can use yours under the chosen alias (jQuerX).

提交回复
热议问题