Posted on July 16, 2007 by timchalk
The jQuery JavaScript library is something I discovered within the last few months and have been using actively in my current project. I love the ease with which you can traverse the DOM and select elements, add events and enable special effects. It dramatically reduces the lines of code required to perform these tasks and [...]
Filed under: CSS, jQuery | 7 Comments »
Posted on June 20, 2007 by timchalk
I ran into a problem today with my wizard style forms whereby pressing the Enter key would cause the wizard form to go to the previous page rather than the next one – not exactly desirable behaviour!
It turns out that when there are multiple submit buttons on a form the browser will select the first [...]
Filed under: Browser quirks, CSS | Leave a Comment »