$(document).ready(function() { $('#search_product_conteiner').on('click', '#search_product_result', function() { alert( $(this).find('input[type=hidden]').val() ); }); });