By default, HTML 5 supports the input placeholder feature.
It can show default text right inside a form's field, which disappears on focus and reappears after if no content has been entered.
The plugin works fine in modern browsers, but it's more useful if used as a fallback for older browsers not supporting HTML 5.
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
What's New in This Release: [ read full changelog ]
· Added check for "placheld" class before clearing default text on form submission.