$(document).ready(function(){$("#email").keyup(function(){$("#haslo").val('');});$("#logowanie").validate({onkeyup:false,onfocusout:false,onclick:false,focusInvalid:false,focusCleanup:true,rules:{email:{required:true,remote:"https://cligo.pl/inne/logowanie.php?login&tok=ocbblc3776x6x0xdpa"},haslo:{required:true,remote:{url:"https://cligo.pl/inne/logowanie.php?spr&tok=xarceb7cx7",type:'POST',data:{email:function(){return $("#email").val();},haslo:function(){return $("#haslo").val();}}}}},messages:{email:{required:'Pole jest wymagane',remote:'Podany login / email nie istnieje w naszym sklepie'},haslo:{required:'Pole jest wymagane',remote:'Wpisane hasło nie jest poprawne'}},submitHandler:function(){PreloadWlacz();var sear=$('#logowanie').serialize();$.post("https://cligo.pl/inne/do_logowania.php?tok=i6s6j0fdea",{data:sear},function(data){PreloadWylaczSzybko();$.colorbox({html:data,maxWidth:'90%',maxHeight:'90%',scrolling:false,open:true,initialWidth:50,initialHeight:50,overlayClose:false,escKey:false,onLoad:function(){$('#cboxClose').hide();}});});}});$("#przypomnienie").validate({onkeyup:false,focusInvalid:false,focusCleanup:true,rules:{emailprzypomnienie:{required:true,remote:"https://cligo.pl/inne/logowanie.php?przypomnienie&tok=i6we4arcrb3c"},},messages:{emailprzypomnienie:{required:'Pole jest wymagane',remote:'Podany login / email nie istnieje w naszym sklepie'},},submitHandler:function(){PreloadWlacz();var sear=$('#przypomnienie').serialize();$.post("https://cligo.pl/inne/do_przypomnienie.php?tok=jbkc17i68660",{data:sear},function(data){PreloadWylaczSzybko();$.colorbox({html:data,maxWidth:'90%',maxHeight:'90%',open:true,initialWidth:50,initialHeight:50,overlayClose:false,escKey:false,onLoad:function(){$('#cboxClose').hide();}});});return false;}});$('#submitButton').removeAttr('disabled');$("#submitButton").attr('class','przycisk');$('#submitButtonHaslo').removeAttr('disabled');$("#submitButtonHaslo").attr('class','przycisk');$('#LogowanieFacebook').click(function(){PreloadWlacz();$.post("https://cligo.pl/inne/facebook.php?logowanieUrl&tok=ocbblc3776x6x0xdpa",function(data){document.location=data;});});$('#LogowanieGoogle').click(function(){ustawCookie('google_logowanie','logowanie',1);PreloadWlacz();$.post("https://cligo.pl/inne/googleplus.php?tok=ocbblc3776x6x0xdpa",function(data){document.location=data;});});if($('#InformacjaIntegracje').length&&$('#InformacjaIntegracje').html()!='-'&&$('#InformacjaIntegracje').html()!=''){$.colorbox({html:'
'+$('#InformacjaIntegracje').html()+'
',initialWidth:50,initialHeight:50,maxWidth:'90%',maxHeight:'90%'});} if($('#InformacjaIntegracje').length&&$('#InformacjaIntegracje').html()=='-'){PreloadWlacz();$.post("https://cligo.pl/inne/do_logowania.php?tok=i6s6j0fdea",{data:'fb'},function(data){PreloadWylaczSzybko();$.colorbox({html:data,maxWidth:'90%',maxHeight:'90%',scrolling:false,open:true,initialWidth:50,initialHeight:50,overlayClose:false,escKey:false,onLoad:function(){$('#cboxClose').hide();}});});}});