Javascript 使用At.js突出显示哈希标记?

Javascript 使用At.js突出显示哈希标记?,javascript,php,jquery,html,laravel,Javascript,Php,Jquery,Html,Laravel,我正在尝试使用At.js创建哈希标记功能。 现在使用静态数据,成功地下拉。 我需要突出显示具有不同颜色和字体重量的标签。 代码是: 标题: <link href="css/jquery.atwho.css" rel="stylesheet"> <script src="http://code.jquery.com/jquery.js"></script> <script src="js/jquery.caret.js"></script>

我正在尝试使用At.js创建哈希标记功能。 现在使用静态数据,成功地下拉。 我需要突出显示具有不同颜色和字体重量的标签。 代码是:

标题:

<link href="css/jquery.atwho.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/jquery.caret.js"></script>
<script src="js/jquery.atwho.js"></script>
谢谢大家!

<input type="text"  id="questionName" name="questionName" style="color: #3A404C  !important;"  placeholder="Type here" class="span11 QuestionBox"/>
$('#questionName').atwho({
at: "#",

data:["Boston", "Chicago", "Miami", "Orlando", "Atlanta", "Philadelphia", "NewYork", "Indiana", "Charlotte", "Milwaukee", "Detroit", "NewJersey", "Toronto", "Washington", "Cleveland"]

})