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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How To Develop a jQuery Plugin

44 点作者 mcxx将近 16 年前

3 条评论

sant0sk1将近 16 年前
If you want to jump start your jQuery plugins, give this plugin framework a try: <a href="http://starter.pixelgraphics.us/" rel="nofollow">http://starter.pixelgraphics.us/</a>
jetako将近 16 年前
Nice tut for simple plugins. For plugins that keep lots of state per element and allow subsequent modification thereof, I would suggest building with the jQuery UI widget framework. Among its conveniences are method calls via $(element).customWidget('methodName') I was pleasantly surprised to find the core to be completely independent of the template system, meaning there's no custom css mixed in there, and no explicit/hacky support for any of the jQuery UI widgets.
kcy将近 16 年前
Anyone have any favorite links to a good rapid jquery intro for someone familiar with programming?
评论 #718614 未加载
评论 #718605 未加载