Welcome to jQuery quickie, and here is where I share some of the jQuery goodness that is in something I have done for a project. Then again, there are still going to be those days where I just want to try something out to see if I can do it and post it. Either way, you’re going to be getting something to use and take away the need for a plugin in your project one at a time.

Today our quickie will highlight the some functionality that plan on turning into a plugin! So in every project I often ended up writing, or using a plugin depending on time, to make a slider for content. I often either just copy over some rushed code and mock it up for the new project, or just do something completely new. After awhile of doing this over and over, I decided to just make some general code and turn it into a plugin to satisfy my laziness. Hence the name LazySlider!

Without further ado, here is the code.