Block Content Pasting On Text Boxes
Jquery Code
$(document).ready(function(){
        $("#password").bind('paste', function() {
                return false;
        });


});
HTML Code
  • Password
  •  

Follow Me On Twitter

Advertise Here

Follow Us On Facebook