if ($(this).text()=="option you want"){ //jQuery給法 $(this).attr("selected", "true"); //或是給"selected"也可 //javascript給法 this.selected = true;
確定! 回上一頁