Pages

Sunday, August 14, 2011

Using jQuery inline form labels

At first I thought that I would be requiring jQuery to use the inline labeling of the forms but then I figured out the HTML5 provides a simple way to do the same using a simple placeholder tag.

Code:
input type="text" placeholder="Streaming keywords" 

No comments:

Post a Comment