$("#password").focus(function(){
var txt_value = $(this).val();
if(txt_value=="請輸入郵箱密碼"){
$(this).val("");
}
});
$("#password").blur(function(){
var txt_value = $(this).val();
if(txt_value==""){
$(this).val("請輸入郵箱密碼");
}
})
});
//]]>
</script>
$("#password").focus(function(){
var txt_value = $(this).val();
if(txt_value==this.defaultValue){
$(this).val("");
}
});
$("#password").blur(function(){
var txt_value = $(this).val();
if(txt_value==""){
$(this).val(this.defaultValue);
}
})
});
//]]>
</script>
});
//]]>
</script>
新聞熱點
疑難解答