TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

At.js – A GitHub-like textarea autocomplete library

103 点作者 NARKOZ超过 11 年前

9 条评论

sleepyhead超过 11 年前
There is also jquery-textcomplete: <a href="https://github.com/yuku-t/jquery-textcomplete" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yuku-t&#x2F;jquery-textcomplete</a>
snitko超过 11 年前
A slightly offtopic question: can anybody point me to a js lib, which converted tabs pressed when inside a textarea into spaces and indented the text below accordingly?
评论 #6559337 未加载
评论 #6558982 未加载
评论 #6558981 未加载
jbrooksuk超过 11 年前
Very clean implementation. I have a feeling I&#x27;ll be needing this soon.
Amethi超过 11 年前
Seems broken, hitting enter a few time shows text outside of the box.
评论 #6559640 未加载
评论 #6560675 未加载
shark234超过 11 年前
Looks really nice, just today I was working on a new input for our comments and this seems to fit really well. Will give it a try!
zawaideh超过 11 年前
Great job with this. We had created a similar plugin called bootstrap-tagautocomplete: <a href="https://github.com/Sandglaz/bootstrap-tagautocomplete" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sandglaz&#x2F;bootstrap-tagautocomplete</a>
patrickaljord超过 11 年前
Awesome! I really needed something like that. The implementation looks great too. Thanks! I started doing my own a while back but it only supported @mentions.
评论 #6561980 未加载
Fauntleroy超过 11 年前
I&#x27;ve been looking for something like this to use in my webIRC application. Can&#x27;t wait to give this a try.
jpmatz超过 11 年前
great job! following!