首页 > Web开发 > 详细

jquery签章

时间:2014-09-17 15:20:12      阅读:363      评论:0      收藏:0      [点我收藏+]

具体demo的下载地址:http://download.csdn.net/download/l294333475/7930743

<html>
<head>
	<title></title>
	<meta http-equiv="charset" content="utf-8">
	<link href="seal.css" rel="stylesheet" type="text/css" />
    <script src="jquery-seal.js" type="text/javascript">
	//    ../jquery-2.0.0.js"
	</script>
    <script src="seal.js" type="text/javascript"></script>
	<style type="text/css">
		div {position:relative;left:300px;top:100px;width:500px;height:800px};
	</style>
	<script>
	
	window.onload=function(){
		var a="test.png";
		var a = $("body").zSign({ img: a, isPercentage:true,callBack: function (obj) {
            var html = [];
            for (var i = 0; i < obj.length; i++) {
                html.push('<li>img:"' + obj[i].img + '", top:"' + obj[i].top + '", left:"' + obj[i].left + '"</li>');
            }
            $('#msg').html(html.join(''));
			//alert(html.join(''));
			$.cookie("listSign", html.join(''),{expires:100000000}); 
			alert($.cookie("listSign"));			
        }
        });
		
	
	
	}
	
	
	</script>
</head>
<body>
	<div>
		
	</div>
	<ul id="msg">
    </ul>

</body>
</html>
bubuko.com,布布扣

jquery签章

原文:http://blog.csdn.net/liupeng_family/article/details/39341667

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!