摘要:
http://www.nowamagic.net/librarys/veda/detail/1655 阅读全文
摘要:
jQuery.fn.outerHTML = function(s) { return (s) ? this.before(s).remove() : $("").append(this.eq(0).clone()).html(); } 阅读全文
摘要:
//首先要判断用户录入的手机号是不是中国移动的,不是直接给出提示,并终止登录 if($("#cmUsername1").val().isMobile())//手机号码 { jQuery.ajax({ async: false,//必须同... 阅读全文
摘要:
JQuery validate 在IE兼容模式下 下出现 js错误(成员找不到)的修正: // Add novalidate tag if HTML5. //this.attr( "novalidate", "novalidate" ); if (typeof (... 阅读全文
摘要:
//getJSON 内部已经赋值给count,alert出数据来看看是不是0var count=0;$.getJSON(sUrl,{"ran": new Date().getDate()},function(jsonData){if(!jsonData.count){return;}count=js... 阅读全文
摘要:
阅读全文
摘要:
#!/bin/sh# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# ... 阅读全文