I have web page full of text "lets say like that page". I don't mean "input element", i mean any text is been writing with
or , ...etc tags.
When I select some word(s), pop-up OR mini window OR dialog shows up with some options, lets say, link to email selected text or copy or print.
Its like when you are in any browser and select some text and then click Right Click on that selected text, and menu (integrated within your OS-window-) shows up.
i want the same story but dialog shows up right after i select. no need to do right click.
I'm reading "UI/API/1.8/Dialog" http://docs.jquery.com/UI/Dialog and ".mouseup()" http://api.jquery.com/mouseup/ and also i found this nice article here http://motyar.info/blog/2010/02/get-user-selected-text-with-jquery-and.html
But still cant make the function I want. Maybe its easy and i don't see it :)
Appreciate your input! Thanks!