【发布时间】:2016-08-02 16:26:53
【问题描述】:
我正在流星中构建一个应用程序,我在模板中有以下代码。
<h3>
<b>
<a class="viewed" href="/jobdetails/{{_id}}">{{title}}</a>
</b>
<span class="job-type part-time">Part Time</span>
</h3>
<div id="eyeIcon">
<span class="glyphicon glyphicon-eye-open" style="color:green"></span>
</div>
我必须在单击 href 标记时显示字形眼睛图标并将它们存储到集合中。我怎样才能做到这一点?我是流星的新手。任何人都可以帮助我如何使用 Meteor 来做到这一点。提前致谢。
【问题讨论】:
标签: javascript jquery html css meteor