is it possible that when user selected some text(non textarea nor input), jquery can call my callback to let me know which div\'s text is selected, and if the select focus i
you can use this
use
object.addEventListener( "drag", handler, bCapture);