This tutorial provides introductions and examples on the JavaScript shell command included in the JDK package. Topics include downloading and installing JDK 1.6, ECMAScript engine, running JavaScript code in command line, interactive or batch mode. (more…)
This function makes it easy to add events without tripping over existing ones. Easy to implement. (more…)
This script will disable your submit button in order to prevent multiple form submissions. Easy to implement. (more…)
Occasionally, filling out forms can be daunting. Fortunately, some forms display a question mark next to the form field, which opens a popup window containing additional information. In this tutorial you’ll learn how to enhance the functionality of those windows. (more…)
Mousing over a list item will cause the bluish green DIV to slide over to that list item. Interesting menu effect. Easily customizable. Degrades very nicely for those with JavaScript turned off. (more…)