Useful Javascript Routines
Gary — Wed, 06/18/2008 - 3:30pm
I decided I would post some javascript routines that I find extremely useful when I am coding. These are all cross-browser compliant and should work just by copying and pasting into any javascript file.
Military Clan Drupal theme nearly complete
Gary — Fri, 06/13/2008 - 11:42am
Scripting the <button> element using JQuery
Gary — Sat, 06/07/2008 - 2:06pm
This example uses the JQuery javascript library to create cross-browser events for all <button> elements on a page. Using the JQuery library signficantly reduces the number of lines of javascript code necessary to create this effect. You can see this effect written in "standard" javascript on my previous post.
Scripting the <button> element
Gary — Fri, 06/06/2008 - 11:41pm
This javascript code creates cross-browser events for all <button> elements on a page. This code literally saves me hours of time when I am designing web forms.