I am using the select2 control, loading data via ajax. This requires the use of the tag.
Now, I want to retrieve the selecte
Also you can have the selected value using following code:
alert("Selected option value is: "+$('#SelectelementId').select2("val"));