Không cho bôi đen nội dung html

hoaquynhtim99 08/08/2014 9:55 CH 0 Bình luận
$('#imglist').attr('unselectable','on').css({
 '-moz-user-select':'-moz-none',
 '-moz-user-select':'none',
 '-o-user-select':'none',
 '-khtml-user-select':'none',
 '-webkit-user-select':'none',
 '-ms-user-select':'none',
 'user-select':'none'
}).bind('selectstart', function(){ return false; });
Tags: code mẫu code javascript