如何在小屏幕上隐藏广告

时间:2015-12-27 00:10:09

标签: javascript mobile web ads

我希望在我的网站的移动版本上隐藏一个广告。我想这样做。

Slim\App

我的广告脚本也是js脚本,但它不在我的域名中,因此我无法使用ajax调用来调用它。任何帮助表示赞赏。 我的广告代码看起来像

<script>
    if(screen.width > 900){
        "here call the script that is ad"
    }
</script>

1 个答案:

答案 0 :(得分:1)

为什么不用css和媒体查询来做这件事?

在DIV中添加(请说(PSADBW))并添加到样式表

<div id="ad_1">...[link to your ad or content]...</div>