 
 <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap&subset=latin-ext" rel="stylesheet">
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
 <script  src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>	
<script>
jQuery(document).ready(function(){
	
	
//jQuery("body").prepend('<div id="overlay" class="ui-widget-overlay" style="z-index: 1001; display: none;"></div>');
//jQuery("body").prepend("<div id='PleaseWait' style='display: none;'><img src='http://ewamikolajczak.pl/wp-content/themes/Divi/core/admin/images/ajax-loader.gif'/></div>");
	
jQuery('#btn_order').click(function(){
 //jQuery('#formEvent').submit();
 
 
 var datastring = jQuery("#formEvent").serialize();
 console.log(datastring);
	jQuery.ajax({
		type: "POST", 
		url: "http://pomocterapeutyczna.com/rezerwacja/",
		data: datastring,
		dataType: "post",
		success: function(data) {
			console.log(datastring);
			//var obj = jQuery.parseJSON(data); if the dataType is not specified as json uncomment this
			// do what ever you want with the server response
		},
    error: function() {
      //  alert('error handling here');
    }
});
 
	 
	// at this stage the result object will look as expected so you could use it
	//alert('name1 = ' + result.name1 + ', name2 = ' + result.name2);

});

  /*  jQuery('#formEvent').submit(function() {
    var pass = true;
    //some validations
    if(pass == false){
        return false;
    }
	
   jQuery("#overlay, #PleaseWait").show();
    return true;
	}); */ 
	/// aktualne
	
		jQuery('input[name=dayid]').on('change', function(){
			day=jQuery('input[name=dayid]:checked').attr('day');
			jQuery.ajax({
				url: "http://panel.pomocterapeutyczna.com/insertions/terapistContainer.php",
				type: "POST", 
				data:'day='+day,
				success: function(data){
					jQuery( "#terapistContainer" ).hide();
					jQuery( "#terapistContainer" ).html(data);
					jQuery( "#terapistContainer" ).slideDown('slow');
					//setTimeout(function() { $(editableObj).css("background","transparent");},600);   
					console.log("odpowiedz:"+data);
					
					// wgrywa skrypty jquery do nowego insertion
					
					jQuery('input[name=eventid]').on('change', function(){
						eventid=jQuery('input[name=eventid]:checked').attr('eventid');
						userid=jQuery('input[name=eventid]:checked').attr('userid');
						username=jQuery('input[name=eventid]:checked').attr('username');
						jQuery.ajax({
							url: "http://panel.pomocterapeutyczna.com/insertions/clientContainer.php",
							type: "POST",  
							data:'eventid='+eventid+'&userid='+userid+'&username='+username,
							success: function(data){
								jQuery( "#clientContainer" ).hide();
								jQuery( "#clientContainer" ).html(data);
								jQuery( "#clientContainer" ).slideDown('slow');
								//setTimeout(function() { $(editableObj).css("background","transparent");},600);   
								console.log("odpowiedz:"+data);
							}
						})     
				
					})	
				} // ajax endsuccess        
		   }); //end ajax
	   });  // end dayid
	   
	   
		//$( "#terapistContainer" ).load( "http://panel.pomocterapeutyczna.com/insertion/terapistContainer.php?day=", function() {
		//  alert( "Load was performed." );
		//});
		//jQuery('#optionsContainer').hide().html(out).slideDown('slow');
	});
	
	
</script>




<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pomocterapeutyczna.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pomocterapeutyczna.com/post-sitemap.xml</loc>
		<lastmod>2025-09-05T14:57:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomocterapeutyczna.com/page-sitemap.xml</loc>
		<lastmod>2026-05-13T19:15:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomocterapeutyczna.com/attachment-sitemap.xml</loc>
		<lastmod>2026-05-03T20:30:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomocterapeutyczna.com/category-sitemap.xml</loc>
		<lastmod>2025-09-05T14:57:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomocterapeutyczna.com/author-sitemap.xml</loc>
		<lastmod>2020-01-23T12:04:07+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->