摘要: //checkBoxfunction chechboxall() { $("input:checkbox").attr("checked", !$("input:checkbox").attr("checked"))//打勾}//获取选中checkbox的值function getallvalue() { var ids = ""; $.each($("#checkVal input:checkbox"), function (i) { if ($(this).attr(&q 阅读全文
posted @ 2012-05-19 14:09 搂猫谁觉的鱼 阅读(224) 评论(0) 推荐(0)
摘要: 1 <style type="text/css"> 2 .beijing{ color:Red;} 3 .ceshi ul li 4 { 5 float: left; list-style: none; font-family: "宋体"; padding: 2px 6px; 6 font-size: 12px; margin-right: 5px;border: 1px solid #990000;border-bottom: 0px; 7 margin-bottom: ... 阅读全文
posted @ 2012-05-18 16:43 搂猫谁觉的鱼 阅读(134) 评论(0) 推荐(0)