jQuery(function() { jQuery('#big').on('click', '.item', function(){ var text = jQuery(this).find("h1").text(); //jQuery('input').val(text); alert(text); }); });