(1): 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
$.ajax ({ typ: "POCZTA", url: "root/to/file.php", dane: dataString, sukces: funkcja () { $("#addshipping ").hide (); $("#success ").fadeIn (1000, funkcja () { parent.$.fancybox.close (); }); } })
(1): 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14:
$.ajax ({ typ: "POCZTA", url: "root/to/file.php", dane: dataString, sukces: funkcja (dane) { ostrzeżenie (dane); $("#addshipping ").hide (); $("#success ").fadeIn (1000, funkcja () { parent.$.fancybox.close (); }); } })