prepend option on 2nd index jquery code example
Example: prepend option on 2nd index jquery
$(".dll option").eq(2).before($("<option></option>").val("").text("Select"));
$(".dll option").eq(2).before($("<option></option>").val("").text("Select"));