i have a paragraph like:
some text1. some text2. some text3. some text4. some text5. some text6. some text7.
i want to select only 'some text2' from above paragraph onmouseover using jQuery and when i click on it the selected text should store in variable.
how to do this?