HTML5 has introduced many features to the browser; some HTML-based, some in the form of JavaScript APIs, but all of them useful. One of my favorites if the introduction of the placeholder attribute to INPUT elements. The placeholder attribute shows text in a field until the field is focused upon, then hides the text. You’ve [...]
Follow Me! Twitter | Facebook | LinkedIn | MooTools Forge.
Full David Walsh Blog Post: HTML5′s placeholder Attribute
Related posts:
- Using SCRIPT’s defer Attribute
- Using HTML5 Web Storage
- HTML5 classList API
- HTML5 Link Prefetching
- Implement the Google AJAX Search API