Top "Textselection" questions

In User Interface Design, text selection is the method of handpicking a portion of text, most commonly for the purpose of copying/cutting/pasting.

How to disable text selection highlighting

For anchors that act like buttons (for example Questions, Tags, Users, etc. which are located on the top of the …

css cross-browser highlight textselection
How do I disable text selection with CSS or JavaScript?

I am making a HTML/CSS/jQuery gallery, with several pages. I indeed have a "next" button, which is a …

html css cross-browser textselection
Get the Highlighted/Selected text

Is it possible to get the highlighted text in a paragraph of a website e.g. by using jQuery?

javascript jquery textselection
How to make HTML Text unselectable

I would like to add text to my webpage as a label and make it unselectable. In other words, When …

html css cross-browser highlighting textselection
Is there a way to make text unselectable on an HTML page?

I'm building an HTML UI with some text elements, such as tab names, which look bad when selected. Unfortunately, it's …

javascript html css cross-browser textselection
How to get selected text from textbox control with javascript

I have a textbox and a link button. When I write some text, then select some of them and then …

javascript html textarea textselection selectedtext
IntelliJ Column Selection using Cursor Keys

Is it possible to some how setup IntelliJ IDEA so that I can column select with the cursor keys similarly …

android-studio intellij-idea multiple-columns textselection intellij-13
Set selection by range in Javascript

I want to select text by sending location/anchorOffset and length/offset using Javascript Here is my code var node = …

javascript range textselection
How to disable cursor positioning and text selection in an EditText? (Android)

I'm searching for a way to prevent the user from moving the cursor position anywhere. The cursor should always stay …

android android-edittext textselection android-cursor
Disabling text selection in PhoneGap

Is it possible to disable text selection to make a PhoneGap app more similar to normal native app? Something like …

android cordova textselection