`
scomouse
  • 浏览: 14814 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
var jQuery = {}; function extend(){ var target = arguments[0] || {}, i = 1, length = arguments.length, deep = true, options; if ( typeof target === "boolean" ) { deep = target; target = arguments[1] || {}; i = 2; } if ( typeof target !== " ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8&quo ...
<script>document.oncontextmenu=function (){return false} </script> 可以屏蔽右键盘 顺便说下写这个的时候犯的错误。 开始的时候写成了document.body.oncontextmenu=function (){return false} 结果ie下可以 ff下不行 于是到csdn上问 别人告诉我 docume ...
<div style=" width:50px; height:38px;background-image:url(http://album.hi.csdn.net/app_uploads/wtcsy/20081108/143439085.p.png)" onmouseover="touch(this,52,0)" onMouseOut="restore(this)" index=0></div><div style=" width:50px; height:38px;background-ima ...
<style type="text/css"><!--#top{background-color:#EBEBEB;height:30px;width:560px;padding:5px 0 0 25px;}#center{background:#F4F4F4;width:560px;height:376px;padding:5px;}#contain{background:#F4F4F4;width:550px;height:366px;overflow: hidden;}#a{width:5000px;height:366px;}#bottom{backg ...
<script>function Calendar(startyear,endyear){this.year = new Array()var j=0for(var i = startyear;i<=endyear;i++){this.year[j]=
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <style type="text/css"> *{ padding:0; margin:0;} .c{ text-align:center;} </ ...
Global site tag (gtag.js) - Google Analytics