フォームにおいて貼り付けを禁止する
jQuery(function( $ ) { $(document).ready(function(){ $('.notpast').on('paste',function(){ return false; }); }); });