jQuery选择器-层级
jQuery选择器-层级包括以下内容:
1、ancestor descendant 在给定的祖先元素下匹配所有的后代元素
2、parent > child 在给定的父元素下匹配所有的子元素
3、prev + next 匹配所有紧接在prev元素后的next元素
4、prev ~ siblings 匹配prev元素之后的所有siblings元素




jQuery选择器-层级包括以下内容:
1、ancestor descendant 在给定的祖先元素下匹配所有的后代元素
2、parent > child 在给定的父元素下匹配所有的子元素
3、prev + next 匹配所有紧接在prev元素后的next元素
4、prev ~ siblings 匹配prev元素之后的所有siblings元素




