$( document ).ready(function() { $('div').click(function() { $('input').fadeIn(500); $('input').val('Yeni değer'); }); });