me carga bien el fancybox, pero al momento de registrar los datos, no me envia los valores. eso es muy raro.
aqui dejo mi codigo
Código HTML:
Ver original
<div id="form-content" style="width:420px;height:250px;overflow:auto;"> <form id="form_suscription" method="post"> <table width="337" border="0" align="center" cellpadding="0" cellspacing="2"> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> <td colspan="2"> </td> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> </form> </div>
js.
Código Javascript:
Ver original
function validarform(){ $.fancybox.showActivity(); $.ajax({ url : "register_suscription.php", type : "POST", cache : false, data : $(this).serializeArray(), success: function(data) { $.fancybox(data); } }); }
saludos.