摘要:
<script type="text/javascript"> function copyUrl2() { var Url2=document.getElementById("biao1"); Url2.select(); // 选择对象 document.execCommand("Copy"); 阅读全文
摘要:
altField : String : '' 将选择的日期同步到另一个域中,配合altFormat可以显示不同格式的日期字符串。 初始:$('.selector').datepicker({ altField: '#actualDate' }); 获取:var altField = $('.sele 阅读全文
摘要:
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); 阅读全文
摘要:
<script>function veriFormat(val){ var strMrt = val.val().split(".")[val.val().split(".").length - 1]; if(strMrt){ ext = strMrt.toUpperCase(); if(ext!= 阅读全文