Skip to content

Instantly share code, notes, and snippets.

@azoff
Created February 9, 2011 07:12
Show Gist options
  • Save azoff/818089 to your computer and use it in GitHub Desktop.
Save azoff/818089 to your computer and use it in GitHub Desktop.
<script src="jquery.js"></script>
<script src="jquery.watermark.js"></script>
<input type="text" name="a" title="Click here to type..." />
<textarea name="b"></textarea>
// title attr. + gray watermark (default)
$("input").watermark();
// custom color + text
$("textarea").watermark({color: "#87c8ff", text: "Reduce clutter..."});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment