$('#myselect option:eq(1)').attr('selected', 'selected');
This will select the first option
No, this will select the second option,eq(0) wil select the first option.
No, this will select the second option,
ReplyDeleteeq(0) wil select the first option.