手机看片精品高清国产日韩,色先锋资源综合网,国产哺乳奶水91在线播放,乱伦小说亚洲色图欧洲电影

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

2019-01-25 09:16:42 7781

//復(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!')  

});


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

這條文檔是否有幫助解決問(wèn)題?

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

在文檔使用中是否遇到以下問(wèn)題: