Difference between jquery and $

前端 未结 8 1822
北荒
北荒 2021-01-02 14:09

I did heavy use of jquery on my php project. But on some page the $ is not working, so I have to use jquery. For example:

jQuery(\'#mycarousel\'         


        
8条回答
  •  渐次进展
    2021-01-02 14:20

    It's a jquery conflict. You should use a correct jquery plugin to solve this problem. use a latest Jquery plugin and remove the old one from your code.

提交回复
热议问题