1 Star 0 Fork 5

we / floatingAd

forked from 子弹兄 / floatingAd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
simple.html 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
子弹兄 提交于 2016-03-11 20:50 . update
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>第101款插件:floatingAd.js 漂浮广告最简使用教程</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/ad.css" />
<script src="http://cdn.bootcss.com/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/floatingAd.js"></script>
<script type="text/javascript">
$(function(){
$.floatingAd({
ad: [{
'img': 'images/ijquery.jpg', //图片
'headFilter': 0,
'linkUrl': 'http://www.ijquery.cn/', //图片链接
}]
});
});
</script>
</head>
<body style="height: 1000px;width: 2000px;">
</body>
</html>
1
https://gitee.com/we-blog/floatingAd.git
git@gitee.com:we-blog/floatingAd.git
we-blog
floatingAd
floatingAd
master

搜索帮助