摘要: 备忘:YYYY-mm-dd HH:MM:SS部分解释 d 月中的某一天。一位数的日期没有前导零。 dd 月中的某一天。一位数的日期有一个前导零。 ddd 周中某天的缩写名称,在 AbbreviatedDayNames 中定义。 dddd 周中某天的完整名称,在 DayNames 中定义。 M 月份数... 阅读全文
posted @ 2014-02-26 17:58 love_you_girl 阅读(841) 评论(0) 推荐(0) 编辑
摘要: function SetWinHeight(obj){ var win=obj; if (document.getElementById){ if (win && !window.opera){ if (win.contentDocument && win.contentDo... 阅读全文
posted @ 2014-02-26 17:52 love_you_girl 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 通过jQuery得到li后边的列名,得到当前列名的html文本汉文,进行赋值 阅读全文
posted @ 2014-02-26 17:05 love_you_girl 阅读(956) 评论(0) 推荐(0) 编辑
摘要: $(function(){ var id = $("#id").val(); var type = $("#type").val(); /*这里是为了给页面上定义重复的字段赋值*/ $("#id_1").html(id); $("#type_1").html(type); /*展示基本信息*/ $. 阅读全文
posted @ 2014-02-26 16:59 love_you_girl 阅读(2006) 评论(0) 推荐(0) 编辑