function verProyecto() { var id = $(this).find('input').val(); $.post("ver_proyecto.php",{idProyecto:id}); }