此代码在实时站点上(按原样)工作。我试图通过 XAMPP 在 localhost 上运行它,但没有调用 addToCart.php。
想知道是否有更好的方法来编写它,因此它更健壮并且也可以在 localhost 配置上工作。我对 JQuery 或 PHP 不是很熟悉,这从代码中可能很明显。
<a id="atcAnchorTag'.$thisProduct['id'].'"
href="#"
onclick="
jQuery.ajax(\'./addToCart.php?id='.$thisProduct['id'].'\');
jQuery(atcAnchorTag'.$thisProduct['id'].').hide();
jQuery(rfcAnchorTag'.$thisProduct['id'].').show();
jQuery(mt'.$thisProduct['id'].').hide();
jQuery(grn'.$thisProduct['id'].').show();
scItemsCountJS++ ;
return false ; "
style="display:'.$atcDisplayType.'">add to cart</a>