How to forbid user copy the information from page by jQuery
How to forbid user copy the information from page by jQuery
$(document).bind('contextmenu', function() {
return false;
});
I only know how to forbid right click, but how to forbid select by jQuery?
Topic Participants
chan15tw
zoho
cecile.muller