Re: [jQuery] Re: plugin dev help

2010-01-15 Thread Amos King
Can someone take another look at the new version and let me know of anything that stands out that could be better? http://gist.github.com/277243 Amos On Fri, Jan 15, 2010 at 1:25 AM, Amos King wrote: > Thanks, I saw the metadata plugin today and I started redoing mine. You > can take another

Re: [jQuery] Re: plugin dev help

2010-01-14 Thread Amos King
Thanks, I saw the metadata plugin today and I started redoing mine. You can take another look at: http://gist.github.com/277243 Let me know what you think. Thanks, Amos On Fri, Jan 15, 2010 at 1:18 AM, Thomas wrote: > When I started writing reusable plugins at work, I've read a couple of > t

[jQuery] Re: plugin dev help

2010-01-14 Thread Thomas
When I started writing reusable plugins at work, I've read a couple of tutorials first, but then found this one: http://www.learningjquery.com/2007/10/a-plugin-development-pattern All my plugins since then are based on that pattern, and I strongly felt I've understood every little nuance of why