天天看点

jQuery常见的选择器操作运算符

表示("parent > child") 选择器选取指定元素的直接子元素的所有元素。

$("div > p") <div> 元素的直接子元素的所有 <p> 元素

继续阅读