
PK 
| ADDRLIN : /home/anibklip/vpgldh.com/2022-23/webmanager/x_hghjs/ |
| Current File : /home/anibklip/vpgldh.com/2022-23/webmanager/x_hghjs/jquery.disableSelection.js |
jQuery.fn.extend({
disableSelection : function() {
return this.each(function() {
this.onselectstart = function() { return false; };
this.unselectable = "on";
jQuery(this).css('user-select', 'none');
jQuery(this).css('-o-user-select', 'none');
jQuery(this).css('-moz-user-select', 'none');
jQuery(this).css('-khtml-user-select', 'none');
jQuery(this).css('-webkit-user-select', 'none');
});
}
}); 
