jquery

Drupal 6 JavaScript and jQuery

Last week I received a copy of Matt Butcher's "Drupal 6 JavaScript and jQuery" from Packt Publishing.

Preventing multiple form submissions (revisited)

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.

Animated GIF not working in Internet Explorer

Internet Explorer just keeps amazing me (in a bad way). The latest surprise is an animated GIF that does not work.

Using jQuery to prevent multiple form submissions

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.