0
<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
4

4 に答える 4