Hi,
I want to add values in dropdownlist using jquery
following code is working
$("#drpdriver").append($("<option></option>").val(value.driverid).html(value.drivername));
my requrement is add "select a category" at the beginning of dropdown
how to solve this
Regards
Baiju