私は次のhtmlスニピットを持っています。
<input name='first' class="foo" />
<input name='second' class="foo bar" />
<input name='third' class="foo" />
特定の要素の値を設定したいのですが、正しい要素を選択できません。これは私が試した埠頭です:
jQuery('.bar').val('selected');
私は次のhtmlスニピットを持っています。
<input name='first' class="foo" />
<input name='second' class="foo bar" />
<input name='third' class="foo" />
特定の要素の値を設定したいのですが、正しい要素を選択できません。これは私が試した埠頭です:
jQuery('.bar').val('selected');