All right, say I have this:
Option A Option B
You can get selected option text by using function .text();
.text();
you can call the function like this :
jQuery("select option:selected").text();