国产欧美日韩第一页|日本一二三不卡视频|在线精品小视频,亚洲第一免费播放区,metcn人体亚洲一区,亚洲精品午夜视频

jquery檢測復(fù)制、粘貼與剪切操作

2019-01-25 09:16:42 1858

//復(fù)制

$("#textA").bind('copy', function() {  

    $('span').text('copy behaviour detected!')  

}); 

//粘貼 

$("#textA").bind('paste', function() {  

    $('span').text('paste behaviour detected!')  

}); 

//剪切

$("#textA").bind('cut', function() {  

    $('span').text('cut behaviour detected!')  

});


提交成功!非常感謝您的反饋,我們會繼續(xù)努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務(wù),我們很需要您進(jìn)一步的反饋信息:

在文檔使用中是否遇到以下問題: