hi, traditionally we write
var value = $("#drop-down-id").val();
to get the value. IN my case, some of the options contains multiple words with spaces like "Allow All","Internet Users" etc. What I am getting in VALUE is only "Allow" that is, jquery is trimming off words after the white space.. Is there any other way to solve this?