|
|
|
ผมติดปัญหาการลบค่าใน Textbox โดยผมกำหนดค่าของ textbox เป็น value="0.00" |
|
|
|
|
|
|
|
ขอโูคตหน่อยครับ
|
|
|
|
|
Date :
2012-12-26 17:24:08 |
By :
ddsiam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนจาก onclick เป็น onhover
หรือ jquery น่าจะ .hover
น่ะครับ
ลองค้นหาดู ครับ
|
|
|
|
|
Date :
2012-12-27 02:35:47 |
By :
ความรู้เท่าหางอึ่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code ตามนี้เลยครับ...
Code (JavaScript)
<td>
<input type="text" name="txt_CashPayMany" id="txt_CashPayMany" value="0.00" style="width:50%;text-align:right" onkeydown="return nextbox(event, 'txt_Other');" onKeyUp="if(event.keyCode == 13){this.value=formatCurrency(this.value);}chk_SumCash();" onkeypress="check_number();" onFocus="this.value=clearMoneyComma(this.value);" onBlur="this.value=formatCurrency(this.value);if(this.value.length == 0) this.value='0.00';" onclick="if(this.value == '0.00') this.value='';">
</td>
|
|
|
|
|
Date :
2012-12-27 09:52:06 |
By :
lertpong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mousever ครับ ลองดู
|
|
|
|
|
Date :
2012-12-27 09:52:57 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ด้เลยครับ รบกวนด้วยครับ.. อยากให้ หลังจากกด onkeydown แล้วลบค่า value ให้อัตโนมัติเลยครับ... ขอบคุณล่วงหน้าครับ..
|
|
|
|
|
Date :
2012-12-27 11:37:02 |
By :
lertpong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onkeydown="this.value='';return nextbox(event, 'txt_Other');"
|
|
|
|
|
Date :
2012-12-30 23:49:37 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้
<input type="text" placeholder="0.00">
|
|
|
|
|
Date :
2012-12-31 00:57:23 |
By :
Krungsri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="text" placeholder="ตัวอย่าง 1 "></input>
|
|
|
|
|
Date :
2012-12-31 01:52:00 |
By :
kokiflam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนด้วยครับ ลองทำตามคำแนะนำของคุณ Krungsri, auu แล้วครับตาม code <input type="text" placeholder="0.00"> แต่ใช้งานไม่ได้
ไม่แน่ใจว่าเป็น Tag ของอะไรครับ...
|
|
|
|
|
Date :
2012-12-31 11:44:09 |
By :
lertpong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ได้แล้วครับขอบคุณ Krungsri, auu ครับ พอดีผมรันผ่าน IE8 เป็นหลัก ถ้าดูตามตามลิงค์เหมือนไม่ support กับ IE แล้วพอจะทำให้รันใน IE ได้ไหมครับ ขอบคุณครับผม...
|
|
|
|
|
Date :
2012-12-31 14:37:05 |
By :
lertpong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนนี่เป็น jQuery มีใช้อยู่ 2 อย่างคือ jQuery และ Watermark Input Plugin
Code (PHP)
<html>
<head>
<title>Ajax form</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
<script src="http://digitalbush.com/files/jquery/watermarkinput/beta1/jquery.watermarkinput.js"></script>
<script>
$(document).ready(function(e) {
$('#Name').Watermark("ชื่อ");
$('#Last').Watermark("สกุล");
$('#Age').Watermark("อายุ");
$('#Address').Watermark("ที่อยู่");
$('#Tel').Watermark("เบอร์โทรศัพท์");
});
</script>
</head>
<body>
<input type="text" id="Name"><br>
<input type="text" id="Last"><br>
<input type="text" id="Age"><br>
<input type="text" id="Address"><br>
<input type="text" id="Tel"><br>
</body>
</html>
|
ประวัติการแก้ไข 2012-12-31 15:01:38
|
|
|
|
Date :
2012-12-31 15:00:33 |
By :
Krungsri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ Krungsri มากๆครับ เดี๋ยวผมจะไปลองทำตามคำแนะนำก่อน ถ้ายังไงแล้วผมขอรบกวนอีกครั้งด้วยนะครับ ขอบคุณจากใจครับ...
|
|
|
|
|
Date :
2012-12-31 15:51:04 |
By :
lertpong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตามทีผมได้ลองทำตามคำแนะนำของคุณ Krungsri เรื่องของ jQuery - Placeholder ของ IE ปรากฏว่าใช้ไม่ได้กับ IE เหมือนเดิมครับ แต่ Browser อื่นใช้ปกติ ได้ลองหาจากเน็ตแล้วเอาใช้ไม่ได้กับ IE เหมือนเดิมเลยครับ รบกวนผู้รู้แนะนำด้วยครับ....
|
|
|
|
|
Date :
2013-01-02 12:02:21 |
By :
lertpong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|