javascript - How to disable text selection via jQuery? -


i know question have been asked (here), answers i've found dealt css selector :selection (that not yet supported browsers).

so, how can disable text selection on html page via jquery, not relying on css tricks?

try http://code.jdempster.com/jquery.disabletextselect/jquery.disable.text.select.js


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -