select option from dropdown and if not in option add new code example
Example 1: To append dropdown option using jquery
$('#ddlGroup').append(new Option('Select group', '0'));
Example 2: add select option jquery
Add option to a select list of picklist