2015年6月15日
摘要: 1、概述 :enabled :disabled :checked :selected 2、选择可用的单行文本框,并且改变他的值 $(":text :enabled").val("sgg"); 3、选择不可用的单行文本框 $(":text :... 阅读全文
posted @ 2015-06-15 23:24 _故乡的原风景 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1、选择以class为one 父元素的 第二个子元素 $("div.one : nth-child(2)")//选取子元素需要加一个空格 2、选择class为one的第一个子元素 $("div.one :fiist-child") 3、选择cla... 阅读全文
posted @ 2015-06-15 22:49 _故乡的原风景 阅读(121) 评论(0) 推荐(0) 编辑
摘要: $(function(){ drawUnitBar(); }); $(window).resize(function(){ //alert("width:"+$("#main-unitID").width()+"---"+"height:"+$("#main... 阅读全文
posted @ 2015-06-15 11:56 _故乡的原风景 阅读(1620) 评论(0) 推荐(0) 编辑
摘要: 1、 String configDir = context.getInitParameter("configDir"); if (configDir == null) configDir = System.getProperty("configDir", "WEB-INF/c... 阅读全文
posted @ 2015-06-15 11:13 _故乡的原风景 阅读(242) 评论(0) 推荐(0) 编辑