jquery-1.11.0.min.js中的语法错误

时间:2014-05-19 11:45:47

标签: javascript jquery prestashop

在prestashop中,jqzoom不起作用,我正在寻找错误,我在jquery-1.11.0.min.js中发现了这个错误,但我没有修改它:

 unrecognized expression: input[@type=radio].star

我该如何解决?

这是jqzoom的代码不起作用:

{if $jqZoomEnabled}
     <a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')}" class="cloud-zoom-gallery" 
     title="{$image.legend|htmlspecialchars}" rel="useZoom: 'zoom1', smallImage: '{$link->getImageLink($product->link_rewrite, $imageIds, 
     'large_default')}'">
     <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')}" 
     alt="{$image.legend|htmlspecialchars}"  />
     </a>
{else}
     <a href="{$link->getImageLink($product->link_rewrite, $imageIds, 'thickbox_default')}" rel="other-views" 
     class="thickbox {if $smarty.foreach.thumbnails.first}shown{/if}" title="{$image.legend|htmlspecialchars}">
     <img id="thumb_{$image.id_image}" src="{$link->getImageLink($product->link_rewrite, $imageIds, 'medium_default')}" 
     alt="{$image.legend|htmlspecialchars}"  />
     </a>
{/if}

1 个答案:

答案 0 :(得分:0)

尝试使用migrate插件:

<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>