【问题标题】:zencart getting async=true in html product page url, how to remove async=truezencart 在 html 产品页面 url 中获取 async=true,如何删除 async=true
【发布时间】:2013-04-03 11:04:10
【问题描述】:

我在一个 zencart 网站的产品页面 url 中得到 async=true。

像这个 dangling-c-1427_1431/np3d02-p-27633.html?async=true

请告诉我如何从 url 中删除它。

谢谢

【问题讨论】:

    标签: php jquery mysql url


    【解决方案1】:

    请看 http://jsfiddle.net/5LmLW/25/

    var url = 'dangling-c-1427_1431/np3d02-p-27633.html?async=true'
    alert(url.split('?')[0]);
    

    你期待这样吗?

    【讨论】:

    • Vinothini,我不想这样。我想从管理员/模板中禁用此设置,但没有找到相同的设置。谢谢
    猜你喜欢
    • 1970-01-01
    • 2016-08-12
    • 1970-01-01
    • 2015-01-06
    • 1970-01-01
    • 1970-01-01
    • 2020-05-28
    • 1970-01-01
    • 2015-12-24
    相关资源
    最近更新 更多