Hi I want to have a ability to show the custom menu (or context menu) when a user selects some text much simillar to what medium provides.
How do implement this something like this? I am aware of native/jquery context menu plugins, but how do I know when the user selects the text? Browser's onselect seems to be supported only on input elements.