<div class="label">
Some text
</div>
<div class="group">
<div class="x">
<div class="container">
<input type="text"></input>
<select class="ddl"><option>--</option></select>
<div>
<div>
<div>
我有一个像上面这样的结构参见下面的代码
$.each($('.label'), function (index, value) {
$(this) //code to be here
}
我必须得到所有输入和ddl类,在class =“label”旁边的部门下
$(this).next("div input,.ddl") not working