How to highlight separate words in text on mouseover? And get their values for further processing?
The idea is this - I have a textbox, when I hover the mouse over any word, I want to highlight it, and when I click the mouse I want to call my menu, in which I will process the highlighted word.
I have searched for plugins, but did not find any suitable ones. There is an option to select a word with mouse and get its value, but I would like to exactly hover over the word.