摘要:插件:Masked Input Plugin http://digitalbush.com/projects/masked-input-plugin/ jQuery(function($){ $("#date").mask("99/99/9999"); $(...
阅读全文
随笔分类 - JQuery & Javascript & VBScript
摘要:.planFinderLink { font-size : 13px ; color : #365cb7 ; text-decoration : underline ; } /* Overlay */ #uplo...
阅读全文
摘要:replace如果替换数据时,默认只替换第一个。 如果在替换的时候加上: / 替换内容 /g 就能实现全部替换 例如:functionchange(strvalue){strvalue=strvalue.replace(/&/g,"&");strvalue=strvalue.replace(/</g,"<");strvalue=strvalue.replace(/>/g,">");strvalue=strvalue.replace(/"/g,"
阅读全文
摘要:参考: http://api.jquery.com/event.preventDefault/ 参考: http://www.w3school.com.cn/htmldom/event_preventdefault.asp 定义和用法 取消事件的默认动作。 语法 event.preve...
阅读全文
摘要:SimpleModal 插件 http://www.ericmmartin.com/projects/simplemodal/ 以下代码可以避免在IE中使用simpleModal弹出iframe出错问题 varlicense_no='' $(document).ready( funct...
阅读全文
摘要:function reinitIframe(){ var iframe = document.getElementById( " frame_content " ); try { var bHeight = iframe.contentWin...
阅读全文
摘要:几个例子: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> function case1(num){ switch (num){ case 1...
阅读全文
摘要:document 文挡对象 - JavaScript脚本语言描述 --------------------------------------------------------------------- 注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写 否则会提示你一...
阅读全文

浙公网安备 33010602011771号