Getting the value of this plugin

Hi, Can i ask some help…I am using the jquery choosen plugin with the multiple selection,now i want to get the corresponding value of my option
in choosen when the user selected…

In normal select i know how to get the value 5,25 and 18 but in jquery choosen i could not the see the values…its shows the “data-option-array-index”.


  <select>
   <option value="5">Marrise</option>
  <option value="25">John</option>
  <option value="18">Jenny</option>

 </select>

can you help me please.

Thank you in advance.

Okay i solved it now :slight_smile: