 $(document).ready(function() {
    
    $('.clearclick').click(function() {
       $(this).removeAttr('value'); 
    });
    
    
});