EvanBot Robot
 

Catagories

jQuery

Format Your jQuery Correctly 16

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.

jQuery Timer Plugin 10

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.

Super Gestures jQuery Plugin 15

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.

Super Easy jQuery Tool-Tips Plugin 1

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?

jQuery Disable On Submit Plugin 6

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.

Page 1 of 2 >