jquery
Jun
9
Drupal 6 JavaScript and jQuery
Posted on June 9th, 2009 at 15:58
Last week I received a copy of Matt Butcher's "Drupal 6 JavaScript and jQuery" from Packt Publishing.
Sep
23
Preventing multiple form submissions (revisited)
Posted on September 23rd, 2008 at 20:09
In an earlier post I explained how I used the BlockUI jQuery plugin to prevent multiple form submissions because I couldn't get it to work by simply setting the disabled attribute of the submit buttons.
Sep
11
Animated GIF not working in Internet Explorer
Posted on September 11th, 2008 at 10:11
Internet Explorer just keeps amazing me (in a bad way). The latest surprise is an animated GIF that does not work.
Sep
5
Using jQuery to prevent multiple form submissions
Posted on September 5th, 2008 at 11:35
Some users confuse the concept of clicking and double clicking. This can have nasty consequences when they submit a form and fire off an expensive server job twice because they double clicked on the submit button of a web form.
Fortunately jQuery can help you.

