Archive

Posts Tagged ‘best practices’

Expanding the jQuery Plugin Development Pattern

May 1st, 2009

Recently I was tasked with writing a jQuery plugin for a carousel. I am sure at this point you are asking yourself, “Why would you write another one when there are so many out there?”. I agree. However, while there are alot of very good carousel plugins, the requirements meant that I would end up having to edit the code anywyas. And, since this would be my first shot at writing a jQuery plugin from scratch and I figured it would be a good time to learn the process and to document some best practices/design patterns.
Read more…

Bookmark and Share
Author: jcfant Categories: Javascript, jQuery Tags: , ,