右下角广告弹出框实现 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

Software Engineering for Internet Applications

Software Engineering for Internet Applications

Eve Andersson、Philip Greenspun、Andrew Grumet / The MIT Press / 2006-03-06 / USD 35.00

After completing this self-contained course on server-based Internet applications software, students who start with only the knowledge of how to write and debug a computer program will have learned ho......一起来看看 《Software Engineering for Internet Applications》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具