<p><label for="sample02">名前:</label><input id="sample02" type="text" value="技評太郎" /></p>
$(function(){ $('input').focus(function(){ $(this).val(''); }); });
名前: