jquery; >https://github.com/posabsolute/jQuery-Validation-Engine validationEngine、中国語ドキュメント:
http://code.ciaoca.com/jquery/validation_engine/
<a href="#" class=" icon user"></a><input type="text" class="validate[required]" name="name" placeholder="your name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'your name';}" ><div class="clear"></div>
HTML 5 プレースホルダー属性
プレースホルダー属性は、入力フィールドの期待値を説明するヒントを提供します。
このツールチップは、入力フィールドが空の場合に表示され、フィールドにフォーカスが置かれると消えます。