<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://ivirabyan.github.io/jquery-mentions/jquery.mentions.css">
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script src="https://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="https://ivirabyan.github.io/jquery-mentions/jquery.mentions.js"></script>
<p>Try to type "@a"</p>
<p>Textarea example:</p>
<textarea class="mentions" name="text">@[김청진](rlacjdwls1) is my best friend! I love to play @[박창주](u_33edbfac8a9c8483aae0ca30bb18745ebd47af29)</textarea>
<p>Input example:</p>
<input class="mentions" name="text" value="@[김청진](rlacjdwls1) is my best friend! I love to play @[박창주](u_33edbfac8a9c8483aae0ca30bb18745ebd47af29)" />
<p>Contenteditable example:</p>
<div class="mentions" contenteditable style="width: 300px; height: 200px; border: 1px solid #000">
<p>@[김청진](rlacjdwls1) <b>tratata</b> trololo</p>
</div>