jQuery(function(){
 jQuery('#regInput').click(function(){
      jQuery(this).attr("value","");
      return false; 
   }); 
 });

