【jQuery】方法和选择器的双重使用详解

1.jQuery选择直接子节点+除了某个元素

  1》方法 

$(".begon").children(".row:not(.moreDetail)")

  2》选择器

$(".begon > .row:not(.moreDetail)")

2.

  

原文地址:https://www.cnblogs.com/sxdcgaq8080/p/8274983.html