 $(document).ready(function(){
   $("#quickfind").click(function() {
     this.value = '';
   });
 });