Hi I am new to jquery I have the following field
<select name[]="post">
<option value="op1">op1</option>
<option value="op2">op2</option>
<option value="op3">op3</option>
</option>
</select>
How to get the post[0] & post[1] values in Jquery any Idea
.