TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How To Develop a jQuery Plugin

44 pointsby mcxxalmost 16 years ago

3 comments

sant0sk1almost 16 years ago
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>
jetakoalmost 16 years ago
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.
kcyalmost 16 years ago
Anyone have any favorite links to a good rapid jquery intro for someone familiar with programming?
评论 #718614 未加载
评论 #718605 未加载