JavaScript Code to Get The Actual Text of Selected Element

Javascript Code to Get the Actual Text of the Selected Option of a HTML Select Box or Dropdown. For Example, <option value="thin" title="I have a thin, low fat, body type">I am thin</option> This Javascript Code will Return [i am thin] and NOT [thin]

Home Short:
S
H
A
R
E