A Few of my jQuery Plugins on jquery.com
Two of my more complete jQuery plugins are now up on jQuery's plugin site. Check out jQuery Open Carousel and jQuery Fast Buttons over on the recently relaunched plugin site. They're also both on github as always.
I've written a good amount about these projects on this blog before, but here is a basic overview of each.
jQuery Open Carousel
jQuery Open Carousel is an easy to use carousel that's lets you do a bunch of configuration and customization without touching the javascript. It's also pretty well commented and nicely written in coffeescript to make hacking it to advance uses just as easy.
- jQuery Open Carousel Demo
- jQuery Open Carousel on Github
- jQuery Open Carousel on jQuery Plugin Registry
jQuery Fast Buttons
jQuery Fast Buttons speeds up the click event in jQuery Mobile for some browsers that add a 300ms delay (like iOS). It's a simple project but it can provide a very nice performance upgrade, which you can see on its great demo page.
- jQuery Mobile Fast Buttons Demo
- jQuery Mobile Fast Buttons on Github
- jQuery Mobile Fast Buttons on jQuery Plugin Registry
Coming Soon...
I have a couple of older projects that are still very cool and useful. I'll hopefully dust them off and post them on the plugin site soon too.