$("#first").val(); // this will give you value of selected element. i.e. 1,2,3. ... $('#input_id :selected').val(); //for getting value from selected option ...
確定! 回上一頁