Evan Byrne's Writings

Format Your jQuery Correctly

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.

Dec 12, 2009

16

jQuery Timer Plugin

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.

Jun 14, 2009

16

Super Gestures jQuery Plugin

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.

Jun 08, 2009

18

Super Easy jQuery Tool-Tips Plugin

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?

Mar 19, 2009

1

jQuery Disable On Submit Plugin

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.

Mar 15, 2009

6

← Older