$(document).ready(function(){
   
    $(".checkout").one('click', function(){
        $(this).val("");
    });

   

});

