I would like to know how to get the event with Jquery from text selection + drag.
An example of what I'm saying is to select a text and with the left mouse button pressed, move the text sideways.
How do I get this event? Let's say: if certain text is selected in the div and if I click on it and move. How would you find out that this event occurred? Well, it's not just selecting, it's clicking and moving the selection.
By analyzing, I found this example where I am prevented from selecting the div text with drag. I know it's possible to do with css, but in my situation there are inputs, so maybe someone wants to select.
How did they prevent you from selecting the text in the example above?