Super Simple Form Events
The simple way to add labels to your form elements.
This script is made of only 1 file that sets the default value of text inputs. When the user focuses on the element, the value goes away. If they lose focus and left the input empty, the default value reappears.
This script is available as a stand-alone javascript file or as a JQuery Plugin.
The stand-alone version is designed to call itself on page load. You may want to edit that, or move the function call if you are calling other function using the window.onload event.
The JQuery version must be initialized. For example:
$(document).ready( function(){ $(this).formevents();} );






