Get value from selected dropdown.

Most basic way is
var textboxvalue= $('#qualsearchbox option:selected').text();
alert(textboxvalue);
There are two ways depending on of one page is being called inside another page.
//second way
Another variation on this is: –
Get the text of the dropdown
This next code will show an amount of div you decide upon.
hi1
hi2
hi3











