I want to the new feature in next version jQuery.

I want to the new feature in next version jQuery.

Hi!

  1. var sId  = document.getElementById("my_select").selectedIndex();


when:

  1. <select id="my_select">
  2.   <option>Hello</option>
  3.   <option>World!</option>
  4. </select>