$(document).ready(function(){
        $('#poisk').click(function() {
          $('#poisk').val('');
        })
});
