03 2016 档案
摘要:var isIE=navigator.userAgent.toUpperCase().indexOf("MSIE")?true:false; var isFirefox=navigator.userAgent.toUpperCase().indexOf("Firefox")?true:false;
阅读全文
摘要:////////////////////////////////////////////////////////////////////// //密码检测密码强度 ////////////////////////////////////////////////////////////////////
阅读全文
摘要:<style> .a1{ display:inline-block; border-color: transparent; border-style: solid; border-left-color: #c63d35; border-width: 5px 0 5px 5px;} .a2{ disp
阅读全文
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <body> <style> #scroll-1 { width:200px; h
阅读全文
摘要:/* * My97 DatePicker 4.72 Release * License: http://www.my97.net/dp/license.asp */ var $dp,WdatePicker;(function(){var _={ $wdate:true, $dpPath:"", $c
阅读全文
摘要:<input onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" type="text">
阅读全文
摘要:array = new Array(0,1,2,3)array.splice($.inArray('1',array),1); alert(array);
阅读全文