$(document).ready(function() { $("#email").focus( function() { $(this).val(""); } ); });