get index of option in select jquery

JavaScript
alert($("#dropDownMenuKategorie")[0].selectedIndex);

Source

Also in JavaScript: