Evan Byrne At Your Service
I design and build classy and innovative websites that pretty much anyone can enjoy.
I design and build classy and innovative websites that pretty much anyone can enjoy.
Posted December 12, 2009 as jQuery
I've seen this done too many times, even by myself. It's about time people learn how to format their jQuery the correct way. In this article I'm going to give you a couple bad examples and a couple good examples of jQuery code.
Posted June 14, 2009 as jQuery
A modified version of my jQuery Delay Plugin, this plugin allows you to set timers that fire an event after a certain amount of time. The main difference between this and the jQuery Delay Plugin is this allows you to remove a timer once it has been set.
Posted June 8, 2009 as jQuery
The super gestures plugin records gestures made by the user's mouse. This is great for touch interface web applications and unlike other gesture recording scripts it actually works in all major browsers including IE6.
Posted March 19, 2009 as jQuery
This simple jQuery plugin allows you to attach a neat, customizable tool-tip to any HTML element. Did I mention it degrades nicely for users without JavaScript?
Posted March 15, 2009 as jQuery
This small plugin disables form buttons when the user submits the form. This prevents novice users from double clicking the button and submitting the form twice.