$(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=kdl7b5n330h0jcx4e6"},haslo:{required:true,remote:{url:"https://cligo.pl/inne/logowanie.php?spr&tok=k030eci4k6o2",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=39l8y5376b",{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=60scs4g652"},},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=m340u0bc44h6",{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=kdl7b5n330h0jcx4e6",function(data){document.location=data;});});$('#LogowanieGoogle').click(function(){ustawCookie('google_logowanie','logowanie',1);PreloadWlacz();$.post("https://cligo.pl/inne/googleplus.php?tok=kdl7b5n330h0jcx4e6",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=39l8y5376b",{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();}});});}});