Creating a jQuery plugin

April 5th, 2012|

Many people have asked me how easy it is to create a jQuery plugin so I thought I’d have a go at trying to explain it, I hope this makes sense.

I am presuming you know the basics about setting up jQuery on your page and how to include a javascript file.
Step 1
Firstly create a new […]