Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Fancybox POST
#1

[eluser]RobertB.[/eluser]
Hello guys,
Any idea why this is not posting anything?
In the firebug's post tab nothing shows.
This only happens with fancybox.

The idea is to get all checked checkboxes ids in the fb div

Code:
$('#fb-submit').live('click', function() {
  $.ajax({
     type: "POST",
     dataType: "json",
     cache: false,
     url: "",
     data: $('#fb input[type=checkbox]:checked').serialize(),
     success: function(data) {
       $.fancybox(data);
     }
  });
});

Thanks


Messages In This Thread
[SOLVED] Fancybox POST - by El Forum - 03-20-2011, 10:17 PM
[SOLVED] Fancybox POST - by El Forum - 03-21-2011, 04:14 AM
[SOLVED] Fancybox POST - by El Forum - 03-21-2011, 07:32 AM
[SOLVED] Fancybox POST - by El Forum - 03-22-2011, 01:53 AM
[SOLVED] Fancybox POST - by El Forum - 03-22-2011, 07:52 AM
[SOLVED] Fancybox POST - by El Forum - 03-23-2011, 04:34 AM
[SOLVED] Fancybox POST - by El Forum - 03-23-2011, 05:10 AM
[SOLVED] Fancybox POST - by El Forum - 03-23-2011, 05:22 AM
[SOLVED] Fancybox POST - by El Forum - 03-23-2011, 07:31 AM
[SOLVED] Fancybox POST - by El Forum - 03-29-2011, 06:20 PM
[SOLVED] Fancybox POST - by El Forum - 04-19-2011, 09:43 PM
[SOLVED] Fancybox POST - by El Forum - 04-19-2011, 11:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB