このようなページがあります
<h4></h4>
<table></table> < want this
... < want all these tables
<table></table> < want this
<h4></h4>
<table></table> < not this
... < not these
<table></table> < not this
<h4>
このjQueryセレクターを使用して最初の要素の下のテーブルのみを選択しようとしています
$("h4:eq(0) ~ table.someClass:not(h4:eq(1) ~ table.somaClass)")
動作しません-すべてのテーブルを返します。