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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best plugin for Jquery edit-in-place

10 点作者 anibal超过 15 年前
Best plugin for Jquery edit-in-place?

4 条评论

wooby超过 15 年前
Here's one my friend wrote, we're using it for in-place editing of html files stored on S3: <a href="http://github.com/micha/jquery-eip/tree/master" rel="nofollow">http://github.com/micha/jquery-eip/tree/master</a>
callmeed超过 15 年前
I used this one on a small project and it worked well:<p><a href="http://code.google.com/p/jquery-in-place-editor/" rel="nofollow">http://code.google.com/p/jquery-in-place-editor/</a>
dpnewman超过 15 年前
<a href="http://www.appelsiini.net/projects/jeditable" rel="nofollow">http://www.appelsiini.net/projects/jeditable</a><p>used it several times... excellent; flexible.
erlanger超过 15 年前
This is the sort of thing I'd be wary of using jQuery for. An activity like this demands high performance and the cruft added by jQuery is noticeable in tools like these that I've tested. contentEditable (and its IE relatives) is pretty easy to get the hang of, why not just write one in straight JS?
评论 #780805 未加载