I want to have a feature for my website that allows users to tag other users / articles. But anchor tags are not supported inside text areas. So, I set the background transparent to the text box and place the div under it. In the keyup event, the div is populated with the value of the text field. The only problem is that the user cannot see the cursor because it is transparent. Any ideas?
source
share