$('#one-inp').click(function(){ //$('#one-inp').val(''); $(this).val(''); //или сразу и без jQ this.value = '' });