1、隔行变色的选择器: table tr:nth-child(odd)
2、被选择当成条件: this.checked 选择单选框 table tr td input[type = "checkbox"]
3、选择被选定了的 table tr td input:checked:not('#idname')
4、一个属性后面加中括号 [] 是表示这个属性的一些指定值,然后冒号是指它的状态条件,
5、一个遍历的过程:each(function(index)){}
6、cursor :pointer 才能在火狐上显示手型游标,hand 说只在IE上可行,实际上高版本的IE好像也不支持。
http://www.bennadel.com/blog/1805-jQuery-Events-MouseOver-MouseOut-vs-MouseEnter-MouseLeave.htm