免费版智能魔方去掉页面版权文字方法
<script type="text/javascript">
$(function() {
$("a").each(function() {
$(this).text() === " Powered by ©智简魔方" && $(this).remove();
});
});
</script>
将以上代码添加到
底部文件 footer.html
登录页文件底部 login.tpl
注册页文件底部 register.tpl
商品列表文件底部product.tpl
商品详情文件底部configureproduct.tpl
空空如也!