var kontrakt = $("#kontrakt_select").find("option:selected").val();
IE(9) では undefined を返しますが、Chrome と FireFox では機能します
<select id="kontrakt_select">
<option value="12345.1">19999.1 - 1992 ABC</option>
</select>
IE iwth jQuery で選択した値を取得する方法を説明できますか?
ありがとうございました!