Is there a simple solution for changing placeholder text when an input is in focus? For example:
<input type="text" placeholder="Join our mailing list!">
would become this:
<input type="text" placeholder="enter your email address...">
while the input is active.
http://jsfiddle.net/ByLGs/