當滑鼠聚焦到郵箱位址文字方塊時,文字方塊內的「請輸入郵件地址」文字被清空。 效果圖: 複製程式碼 程式碼如下: < /script><BR> <script type ="text/javascript" ><BR> $(function () {<BR> ress").focus(function ( ) { //位址方塊取得滑鼠焦點<BR> var txt_value = $(this).val var txt_value = $(this).val if (txt_value == "請輸入信箱位址") {<BR> $(this).val(""); }<BR> });<BR> $("#address").blur(function ( $("#address").blur(function () { //位址框失去滑鼠焦點<BR> var txt_value = $(this).val(); "") {<BR> $(this). val("請輸入信箱位址"); //若符合條件,設定內容<BR> } //操作密碼框<BR> $("#password").focus (function () {<BR> var txt_value = $(this).val();<BR> $(this).val(""); <BR> }<BR> var txt_value = $(this).val();<BR> "") {<BR> $(this).val("請輸入信箱密碼");< })<BR> });<BR> type ="button" value ="登入" />