下载资源()次
阅读次数()次
发布时间:2015-05-18
来源:xw素材网
微信分享信息弹出提示操作说明 朋友圈微信分享代码。
文件引用:
<script type="text/javascript"> var _system={ $:function(id){return document.getElementById(id);}, _client:function(){ return {w:document.documentElement.scrollWidth,h:document.documentElement.scrollHeight,bw:document.documentElement.clientWidth,bh:document.documentElement.clientHeight}; }, _scroll:function(){ return {x:document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft,y:document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop}; }, _cover:function(show){ if(show){ this.$("cover").style.display="block"; this.$("cover").style.width=(this._client().bw>this._client().w?this._client().bw:this._client().w)+"px"; this.$("cover").style.height=(this._client().bh>this._client().h?this._client().bh:this._client().h)+"px"; }else{ this.$("cover").style.display="none"; } }, _guide:function(click){ this._cover(true); this.$("guide").style.display="block"; this.$("guide").style.top=(_system._scroll().y+5)+"px"; window.onresize=function(){_system._cover(true);_system.$("guide").style.top=(_system._scroll().y+5)+"px";}; if(click){_system.$("cover").onclick=function(){ _system._cover(); _system.$("guide").style.display="none"; _system.$("cover").onclick=null; window.onresize=null; };} }, _zero:function(n){ return n<0?0:n; } } </script>
邮箱订阅是xw素材网为jquery爱好者与web程序员提供一项以邮箱的方式发送最新jquery资源与素材资源的模式,用户只需在左侧填写正确的邮箱用户名与邮箱地址我们将每天推荐最新优质资源到用户邮箱。当然每份邮箱都会有一个取消订阅按钮,当用户点击取消按钮时我们将会停止对用户发送邮箱资源推送。再次感谢大家对xw素材网的支持与关注。