Browsing all articles tagged with magento jQuery兼容
16

Magento中jQuery使用方法

Author 紫月蓝骋    Category Magento     Tags

Magneto中使用jQuery会存在一定的兼容问题,因为在magento中已经使用prototype。prototype已经定义$,所以在使用jQuery时,避免使用$,用jQuery代替$。在我们下载的jquery源文件中的最后一行加入jQuery.noConflict()。