に基づいて、私は、テーブル内の行ごとに、ドロップダウンボックスjQueryのselect要素基準
<table>
<tr>
<th>
<select name="priorityID" id="priorityID">
<option label="Important" value="1" selected="selected">Important</option>
<option label="semi important" value="2">semi important</option>
<option label="normal" value="3">normal</option>
<option label="not important" value="4">not important</option>
</select>
</th>
</tr>
<tr>
<th>
<select name="priorityID" id="priorityID">
<option label="Important" value="1" selected="selected">Important</option>
<option label="semi important" value="2">semi important</option>
<option label="normal" value="3">normal</option>
<option label="not important" value="4">not important</option>
</select>
</th>
priorityID
変更は、私はjQueryの関数を呼び出す必要がある時はいつでも問題は今を持っていますデータベースを更新します。各行には独自のドロップダウンボックスがあるので、JQuery側でどの行のドロップダウンボックスでイベントを発生させるかをキャプチャできるように、JQueryを書き込む方法は?