|
|
|
รบกวนทีครับ กำหนดให้ไม่สามารถ copy,cut,paste หรือคลิกขวา ใน textbox ได้ ต้องเขียนโค้ดอย่างไรครับ |
|
|
|
|
|
|
|
Jquery อ่านะครับ
Code (JavaScript)
$(document).ready(function(){
$('#textfield').bind("cut copy paste",function(e) {
e.preventDefault();
});
});
|
|
|
|
|
Date :
2011-06-18 14:57:34 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|