i read some articles, and i tried to use some codes for disable select text in website, this code running with Jquery-UI scripts
$(document).disableSelection();
but It will disable click on Selectbox, textbox and others fields and user can't do anything, it's look like readonly attribute
how can disable select text when mouse is down and doing drag without disable anything others. Thank you