LouPepin / iphone-universal

Automatically exported from code.google.com/p/iphone-universal
GNU Affero General Public License v3.0
0 stars 0 forks source link

We should get rid of that javascript that deletes text in forms #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Use the placeholder property in Form elements and you don't need the javascript 
to make text 
disappear.  IE:

<INPUT type="text" name="firstname" placeholder="Customer's First Name">

Original issue reported on code.google.com by getaa...@gmail.com on 28 Oct 2009 at 5:58