摘要:
<script language="javascript"> window.onload = function () { var n = navigator.userAgent; if (n.indexOf('Android') > -1 || n.indexOf('Linux') > -1) { 阅读全文
摘要:
<meta name="format-detection" content="telephone=no"> <meta http-equiv="x-rim-auto-match" content="none"> 阅读全文
摘要:
email: /^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/, //邮箱 password: /^[\w]{6,20}$/,//密码 ch: /^[\u4e00-\u9fa5]+$/,//中文 en: /^[a-zA-Z]+$/,//英文... 阅读全文
摘要:
先定义两变量 移上去的定时器 和 移开的定时器var overTimer, outTime; $('.box').hover(function(){ overTimer?clearTimeout(overTimer):''; outT... 阅读全文
摘要:
div模拟table 1 2 3 1 2 3 阅读全文
摘要:
-webkit-font-smoothing: antialiased; 阅读全文
摘要:
Chrome:-webkit-Safari:-webkit-Firefox:-moz-IE:-ms-Opera:-o-渐变特例:Firefox:-moz-linear-gradientSafari:-webkit-gradient 阅读全文
摘要:
$.ajax({ //以下属性值均为可选 type: "POST", //默认值: "GET")。请求方式 ("POST" 或 "GET"), 默认为 "GET"。注意:其它 HTTP 请求方法,如 PUT 和 DELETE 也可以使用,但仅部分浏览器支持。 url: "some.php", ... 阅读全文