<script type='text/javascript' src='http://code.jquery.com/jquery-1.11.3.min.js'></script> <script type='text/javascript'> $(document).ready(function(){ $('#test').bind("cut copy paste",function(e) { e.preventDefault(); }); }); </script> <input type="text" id='test' placeholder="Hello Text"/>
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Friday, 18 May 2018
Cut - copy - paste
Subscribe to:
Post Comments (Atom)
Feet/Inches to Meters Converter & Lbs to Kgs Converter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Feet/Inches ⇄...
-
<?php $to = "somebody@example.com, somebodyelse@example.com"; $subject = "HTML email"; $message = " <h...
-
ISAIMINI.COM Download
-
document.onkeydown = myKeyDownHandler; function myKeyDownHandler(event){ alert(event.keyCode) }
No comments:
Post a Comment