$("#select_id").change(function(){/ /code. ..});//項目の 1 つが選択されたときにトリガーされる、Select のイベントを追加します
var checkText=$("#select_id").find("option:selected").text();//Select で選択されたテキストを取得します
var checkValue=$("#select_id").val();//Select で選択された Value を取得します
var checkIndex=$("#select_id ").get(0).selectedIndex;//Select のインデックス値を取得します
var maxIndex=$("#select_id option:last").attr("index");//Select