【发布时间】:2016-04-26 08:59:12
【问题描述】:
我需要将此代码插入到一个 CMS 页面的页眉中:
<!-- FancyBox Script -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<link rel="stylesheet" href="/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<script type="text/javascript" src="/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
首先我在标题中插入了代码(所以它在网站上的所有页面上),但是添加到购物车功能不起作用。所以我需要代码只出现在我需要 Fancybox 的特定 CMS 页面上。我该怎么做?
【问题讨论】:
标签: php jquery magento header fancybox