$(document).ready(function() { $('#search_product_conteiner').on('click', '#search_product_result', function() { alert( $(this).text() ); }); });