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

