右下角广告弹出框实现 JSADSENSE

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-30 22:11:28

软件介绍

代码一共3k,基于jquery的右下角广告弹出框实现,实现弹出信息、间隔时间、样式定义。

1.下载地址:http://wuzhi.me/?page_id=18

2.demo地址:http://wuzhi.me/example/jsadsense/

3.配置说明:

var setting = {
        //提示信息
	title : '测试',
	//提示内容,支持html
	content : 'hello world',
	//高度
	height : 200,
	//cookie的名字 + css样式前缀,不去唯一
	key : 'jsadsense_',
	//弹出框多少时间弹一次
	cookietime : 10*1000
};


4.页面代码

1)样式表及js

样式表可从demo中提取,也可自定义。
<script type="text/javascript" src="./js/jsadsense.js" ></script>

 

2)覆盖默认配置项

<script>var setting={};$("body").jsadsense(setting);</script>

 

欢迎提供意见和建议。邮箱:1286514442@qq.com

本文地址:https://codercto.com/soft/d/22317.html

Clever Algorithms

Clever Algorithms

Jason Brownlee / lulu.com / 2012-6-15 / USD 37.99

Download : http://www.lulu.com/product/file-download/clever-algorithms-nature-inspired-programming-recipes/14696557 Read free on line:http://www.cleveralgorithms.com/nature-inspired/index.html T......一起来看看 《Clever Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试