摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionMan(){//私有静态属性varSex="男";//私有静态方法functioncheckSex(){return(Sex=="男");}//私有方法this._getSex=fun...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head><scriptsrc="jquery-1.4.2.min.js"></script></head><body&...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head><scriptsrc="jquery-1.4.2.min.js"></script></head><body&...
阅读全文
摘要:Get[edit]DISAMBIGUATIONIt can be: .get()DOM manipulation, or $.get()data transfer method CONTENTS 1Disambiguation 2$.get() - Data transfer method 2.1Reference 2.1.1Example 2.1.1.1Front-end 2.1.2PHP co...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%@PageLanguage="C#"AutoEventWireup="true"CodeBehind="Default.aspx.cs"Inherits="TestDemo._Default...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionNewClick(obj){varcurrentIndex=$(obj).parent().parent()[0].rowIndex;//得到当前的行索引$(obj).parent()...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//选择当前列表中的所有行functionselectAllRow(oChk){$("input[name='chkRow']").attr("checked",oChk.checked);}//批量...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionparseDate(dateFormate){varyear=dateFormate.substring(0,4);varmonth=dateFormate.substring(5,7...
阅读全文
摘要:选中父节点,同时选中子节点。 选中子节点,自动勾选上父节点,当所有的子节点都没有选中的时候,又自动取消父节点的勾选。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<scriptsrc="http://www.cnblogs.com/js/j...
阅读全文
摘要:但其他脚本,与 asp.net 验证控件一起进行脚本验证时,容易使 asp.net 验证控件的验证,失去效果,下面提供了一种比较好的解决方案代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<asp:ButtonID="btnOK"runat=...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--两个时间,后一个不能大于前一个发送时间<asp:TextBoxID="txtSendTime"onfocus="WdatePicker({dateFmt:'yyyy-MM-ddHH:mm:ss'...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionhasClass(name,type){varr=[];//Locatetheclassname(allowsformultipleclassnames)varre=newRegExp...
阅读全文