I have a text area
<textarea id="realAreaWhereUserTypes"></textarea>
And i have a hidden input field liek follow.
<input id="hiddenUserInput" />
The textArea contains the value like follows :
This is my friend @bingo_mingo and this is my another friend @lingo_tingo
The hidden field fields contains the same text but in different format.
This is my friend @a142f2f0-1eda-11e3-ad5f-3c970e02b4ec:bingo_mingo and this is my another friend @a143edr0-1eda-11e3-ad5f-3c970e02b4ec:lingo_tingo
I want these two fields to synchronize. And whenever i delete something from the real text Area the hidden should get updated.Also if i start deleting the @admin_admin in the main text the hidden text should update accordingly.
Is there any jquery plugin avaiable avaiable for this.