$(document).ready(function() {
    $("#BuscaValor").click(function() {
        $(this).attr('value', '');
    });
});

