|
|
|
สอบถามผู้รู้หน่อยครับบบบ.......เลือกช่องแสดงรหัสผ่าน แบบ ตัวเลข และแบบ จุดๆ |
|
|
|
|
|
|
|
Code (JavaScript)
<input type="password" id="myPass">
<input type="radio" name="showPass" onclick="$('#myPass').attr('type', 'text')" >Show Password
<input type="radio" name="showPass" onclick="$('#myPass').attr('type', 'password')" >Hide Password
แต่ถ้าคุณใช้ บน IE11 ไม่ต้องทำอะไร IE11มี feature นี้ให้มาแล้ว
ถ้ายังไงลองหา bootstrap font awesome มาใช้ จะสวยกว่า input radio นะครับ
Code (JavaScript)
<input type="password" id="myPass">
<i class="fa fa-eye"
onmousedown="$('#myPass').attr('type', 'text')"
onmouseup="$('#myPass').attr('type', 'password')" ></i>
|
|
|
|
|
Date :
2016-09-09 14:17:41 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำยังไงครับ ถึงเป็นจุด เอาโค๊ดมาดูครับ
|
|
|
|
|
Date :
2016-09-09 16:18:03 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copy ไปวางเลย ครับ
หรือ ต้องมีคำสั่งอะไร เพิ่มไหมครับ
|
|
|
|
|
Date :
2016-09-09 16:24:04 |
By :
baby137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มี jquery ด้วยครับ $('#myPass') อันนี้เป็นคำสั่ง jquery
Code (JavaScript)
<!doctype html>
<html>
<head>
<script src="/asset/js/jquery.js"></script>
</head>
<body>
<input type="password" id="myPass">
<label><input type="radio" name="showPass" onclick="$('#myPass').attr('type', 'text')" >Show Password</label>
<label><input type="radio" name="showPass" onclick="$('#myPass').attr('type', 'password')" >Hide Password</label>
</body>
</html>
|
ประวัติการแก้ไข 2016-09-09 16:30:52
|
|
|
|
Date :
2016-09-09 16:30:13 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// หน้าแสดงผล
<!doctype html>
<html>
<head>
<script language="javascript" src="style/jquery.js"></script>
</head>
<body>
<input type="password" id="myPass">
<label><input type="radio" name="showPass" onclick="$('#myPass').attr('type', 'text')" >Show Password</label>
<label><input type="radio" name="showPass" onclick="$('#myPass').attr('type', 'password')" >Hide Password</label>
</body>
</html>
//jquery.js (อีกไฟล์1)
<input type="password" id="myPass">
<i class="fa fa-eye"
onmousedown="$('#myPass').attr('type', 'text')"
onmouseup="$('#myPass').attr('type', 'password')" ></i>
แบบนี้ไหม.....ยังเป็น จุดๆ อยู่ ครับบ
|
|
|
|
|
Date :
2016-09-09 16:39:56 |
By :
baby137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ศึกษาเรื่อง jquery ก่อนใช้งานครับ รู้สึกว่าจะเข้าใจผิดเรื่อง jquery นะครับ
เสริชใน google เลยครับ
ลองทดสอบดูครับ ส่ง link ให้ใน pm ครับ
|
ประวัติการแก้ไข 2016-09-09 16:54:47
|
|
|
|
Date :
2016-09-09 16:47:10 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|