$("#degree_name_id").focus(); will set focus in jQuery. document.getElementById("degree_name_id").focus(); will set focus the old fashioned way.
確定! 回上一頁