摘要: //获取所有复选框的value值,并关闭当前窗口,将所取值付给父窗口function phone() { var allphone=""; var all = document.getElementsByTagName("input"); for (var i=0;i<all.length;i++)... 阅读全文
posted @ 2015-07-22 11:12 717806198 阅读(101) 评论(0) 推荐(0) 编辑
摘要: jQuery(document).ready(function(){jQuery("div.groupheader").each(function(){$(this).text($(this).text().substr(3));});}); 阅读全文
posted @ 2015-07-22 11:06 717806198 阅读(472) 评论(0) 推荐(0) 编辑