在我的网站上,jh_magnificpopup不再起作用。 jQuery似乎在那儿,但仍然不高兴……为什么这样?
http://www.wannermech.ch/schlosserei/diverse-gebrauchsgegenstaende.html
答案 0 :(得分:1)
您的网站中有两个不同版本的jquery:
开头(第29行):
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
,最后:(第94行):
<script src="typo3temp/assets/compressed/merged-c586b8f41a42376a91eae317eb6f66f9-5c96191b865a8f66f661743685d8e702.js?1540748008" type="text/javascript"></script>
其中包括jQuery v2.2.3。
在这种情况下,甚至noConflict选项
<script type="text/javascript">
/*<![CDATA[*/
jQuery.noConflict();
/*]]>*/
</script>
可能会引起更多的困惑