Hello i want to pass a value with the id #allcountries.
html += '<option style="width:90%"><a href="'+v.country_id+'">'+v.nam+'' +'</a></option>';
<div id="allcountries"></div>
alert($("#allcountries"));
when i select a country it returns [object Object] on the alert when it should return the id of the country