Hi,
I want to write a message in a textarea and be able to refer to a person using the @ symbol.
e.g
Please call @Larry David regarding something
When submitting the form, I want to extract the persons name ie Larry David.
How do I go about extracting this string with Jquery?