I want to clear the text field when the user clicks on that
Using jQuery library:
$('#clearme').focus(function() { $(this).val(''); });