
when i click on the arrow right name will show in right select option

i want to store the name which are in the right side for that i am doing serlization and i have used the code below
- now which event should i use to call ajax is onchange is right?
- nd i am selecting the option by
var ser = $("#seo_keyword_select2_onchange").next().attr("select").serialize();
var rowArr=decodeURIComponent(ser);
my html is
<td id="seo_keyword_select2_onchange">
<select name="seo_keyword_select2[]" id="seo_keyword_select2" multiple size="10" class="multiple_select">
<option value="0">Select 2</option>
</select>
</td>
but its not working now how to get this?
You may just use: