-
jQuery: Show password checkbox
-
Revision: Using Javascript to add instructive text for input and textarea form fields
OUTDATED POST: HTML5’s placeholder attribute creates the behavior that this javascript did. Just use the placeholder attribute. This is a code update to a prior post. The Javascript I had posted earlier fell short in one important arena: when you submitted the form without entering your own text, the form would send in the instructive…
-
Using Javascript to add instructive text for input and textarea form fields
OUTDATED POST: HTML5′s placeholder attribute creates the behavior that this javascript did. Just use the placeholder attribute. UPDATE 2008-04-13: This code has been refactored. Please view the updated posting. Over the last year or so, I’ve worked on a number of websites where I wanted to add instructive text to form fields, but didn’t want…
-
Diagram of XHTML, CSS, JavaScript as types of code in a web page
