{ $(this).parents('.pdts-review-con').find(".pdts-review-item:gt(2)").show(); $(this).hide(); } }); }); $(function(){ $("#popup-1,#popup-2,#popup-3,#popup-4,#popup-5").click(function(){ $("#from_product_name").val($.trim($('h1').text())); $("#from_product_code").val($.trim($(this).parents('.attributes').find('#product_code').text())); $("#from_product_size").val($.trim($(this).parents('.attributes').find('#dvSpecific').val())); }); });