jQuery中.each()方法
$(this)就是jq对象,可以使用jq方法
this可以使用原生方法
.find() 是寻找子元素
.filter() 是筛选本元素
prop()和attr()的区别