呆错广告插件

呆错广告插件是一款系统增强工具,其主要功能是统一网站广告的添加、修改、删除与调用!

统计点击次数

如需统计点击次数,请在插件的JS里添加以下代码

$(function() {
    $(document).on("click", '[data-toggle="adsense"]', function(){
        $.get(daicuo.config.root+'index.php?s=adsense/hits/index&id='+$(this).data('id'));
    });
});