表格内容的筛选
摘要:<html> <head> <title>表格内容的筛选</title> <link type="text/css" rel="stylesheet" href="css/contains.css" /> <style type="text/css">table { width: 50%; bord
阅读全文
jQuery对表单、表格的操作及更多应用
摘要:<head> <style type="text/css"> .even { background-color: #fff38f;/*偶数行样式*/ } .odd { background-color: #dcdcdc;/*奇数行样式*/ } .selected { background-color
阅读全文