在Panel中滑动 - JQuery冲突

时间:2016-07-31 18:21:22

标签: javascript jquery css panel

我正在尝试添加到我的网站(Magento Store)面板中的幻灯片(https://codyhouse.co/gem/css-slide-in-panel/),并且在包含JQuery.js文件时遇到问题。它抱怨没有找到其他扩展的特定功能。我只能找到的结果是它是一个称为JS冲突的常见问题。我是新手,任何帮助将不胜感激。

错误列表:

pocketsphinx_continuous -infile  /var/www/html/music/videoaudio.wav
hmm model/cmusphinx-en-us-5.2 -lm model/en-70k-0.2.lm/en-70k-0.2.lm > /var/www/html/music/videoaudio.txt
pocketsphinx_continuous -infile /var/www/html/music/videoaudio.wav > /var/www/html/music/videoaudio.txt

我在头文件中包含此面板的JS为

prototype.js:5653 Uncaught TypeError: element.attachEvent is not a function
extendedreviews.js:14 Uncaught TypeError: $j(...).hoverIntent is not a function
prototype.js:5653 Uncaught TypeError: element.attachEvent is not a function
somesome.com/:777 Uncaught TypeError: $j(...).foundation is not a function
prototype.js:5734 Uncaught TypeError: element.dispatchEvent is not a function

请注意,在这3个包含之前,还有许多其他JS包含在第三方扩展中。这些错误与这些第三方扩展程序的文件相关

1 个答案:

答案 0 :(得分:-1)

尝试添加这些Cdn。我希望这些工作正常。

<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>