jQuery 教程
jQuery 選擇器
選取 <div> 元素同級的所有 <p> 元素:
("element ~ siblings") 選擇器選取指定元素 "element" 同級的所有元素。
比如:
注意:指定的兩個元素共享相同的父元素。