摘要:
//获取所有复选框的value值,并关闭当前窗口,将所取值付给父窗口function phone() { var allphone=""; var all = document.getElementsByTagName("input"); for (var i=0;i<all.length;i++)... 阅读全文
摘要:
jQuery(document).ready(function(){jQuery("div.groupheader").each(function(){$(this).text($(this).text().substr(3));});}); 阅读全文