开发者

Javascript Errors on Page

开发者 https://www.devze.com 2023-02-16 13:17 出处:网络
Trying to figure out what is causing t开发者_运维百科he javascript errors on this page with no luck. Also it is preventing the other javascripts from executing, i.e. the tabs not being formatted, add

Trying to figure out what is causing t开发者_运维百科he javascript errors on this page with no luck. Also it is preventing the other javascripts from executing, i.e. the tabs not being formatted, add to cart button not working. Any feedback is appreciated, thanks


Is a conflict between prototype and some jquery library you are trying to use.

Just after add your jquery add this, in the body:

<script type="text/javascript">
//<![CDATA[
$.noConflict();
//]]>
</script>


Your prototype.js has some problem, try first verify the form id.

error: productAddToCartForm is undefined in prototype.js
0

精彩评论

暂无评论...
验证码 换一张
取 消