$(document).ready(function() { $("a.standard1").fancybox({ 'overlayShow' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'opacity' : true, 'scrolling': 'auto', 'type': 'iframe', 'overlayOpacity' : 0.5, 'width' : 550, 'height' : '100%', 'autoDimensions': false, 'centerOnScroll': true, 'hideOnOverlayClick': false, 'overlayColor': '#000000', 'margin': -10, 'titleShow': false, 'showCloseButton': false }); }); $(document).ready(function() { $("a.short").fancybox({ 'overlayShow' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'opacity' : true, 'scrolling': 'auto', 'type': 'iframe', 'overlayOpacity' : 0.5, 'width' : 500, 'height' : '100%', 'autoDimensions': false, 'centerOnScroll': true, 'hideOnOverlayClick': false, 'overlayColor': '#000000', 'margin': -10, 'titleShow': false, 'showCloseButton': false }); }); $(document).ready(function() { $("a.long").fancybox({ 'overlayShow' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'opacity' : true, 'scrolling': 'auto', 'type': 'iframe', 'overlayOpacity' : 0.5, 'width' : 750, 'height' : '100%', 'autoDimensions': false, 'centerOnScroll': true, 'hideOnOverlayClick': false, 'overlayColor': '#000000', 'margin': -10, 'titleShow': false, 'showCloseButton': false }); }); $(document).ready(function() { $("a.max").fancybox({ 'overlayShow' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'opacity' : true, 'scrolling': 'auto', 'type': 'iframe', 'overlayOpacity' : 0.5, 'width' : 1010, 'height' : '100%', 'autoDimensions': false, 'centerOnScroll': true, 'hideOnOverlayClick': false, 'overlayColor': '#000000', 'margin': -10, 'titleShow': false, 'showCloseButton': false }); }); $(function(){ $("#JqAjaxForm").submit(function(){ dataString = $("#JqAjaxForm").serialize(); $.ajax({ type: "POST", url: "http://www.kbbckitchens.co.uk/submission/postcode-checker.php", data: dataString, dataType: "json", success: function(data) { if(data.email_check == "invalid"){ $("#message_ajax").html("
Please enter your postcode!
"); } else { $.fancybox({ 'overlayShow' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'opacity' : true, 'scrolling': 'auto', 'type': 'iframe', 'href': 'http://www.kbbckitchens.co.uk/postcodes-home.php?ac='+data.email_check+'', 'overlayOpacity' : 0.5, 'width' : 750, 'height' : '100%', 'autoDimensions': false, 'centerOnScroll': true, 'hideOnOverlayClick': false, 'overlayColor': '#000000', 'margin': -10, 'titleShow': false, 'showCloseButton': false }); } } }); return false; }); }); $(function(){ $("#JqAjaxForm1").submit(function(){ dataString = $("#JqAjaxForm1").serialize(); $.ajax({ type: "POST", url: "http://www.kbbckitchens.co.uk/submission/postcode-checker-bedrooms.php", data: dataString, dataType: "json", success: function(data) { if(data.email_check == "invalid"){ $("#message_ajax").html("
Please enter your postcode!
"); } else { $.fancybox({ 'overlayShow' : true, 'transitionIn' : 'none', 'transitionOut' : 'none', 'opacity' : true, 'scrolling': 'auto', 'type': 'iframe', 'href': 'http://www.kbbckitchens.co.uk/bedroom-postcodes-home.php?ac='+data.email_check+'', 'overlayOpacity' : 0.5, 'width' : 750, 'height' : '100%', 'autoDimensions': false, 'centerOnScroll': true, 'hideOnOverlayClick': false, 'overlayColor': '#000000', 'margin': -10, 'titleShow': false, 'showCloseButton': false }); } } }); return false; }); });