1、判断一个元素是否可见is(":hidden") 、is(":visible");或者判断css("display")
2、获取或者设置checked 这样的属性,jquery 版本如果支持的话最好使用prop,如果不支持在使用attr。