$(元素集).each(函数方法)
$(元素集).attr(属性)获取第一个元素的属性
$(元素集).attr(属性,值)
$(元素集).attr({属性:值})给多个属性赋值
$().removeattr(属性)
下一节jquery操作css样式