lekarz

Agnieszka Foryś

Tworzy teksty dotyczące kwestii zdrowia i pielęgnacji dziecka. Jej opracowania są przystępne i pomagają młodej mamie uporać się z codziennymi trudami macierzyństwa. 

Jesteś lekarzem lub specjalistą?

Daj się poznać swoim pacjentom i zacznij z nami współpracować

Zobacz dlaczego warto
0 filmów
34 artykułów

Artykuły tego autora

tById('search_box2_submit_button').classList.add('hidden'); document.getElementById('search_box2_reset_button').classList.add('hidden'); document.getElementById('search_box2_loading_button').classList.remove('hidden'); }, 300); } }); searchMobile.addWidgets([ instantsearch.widgets.searchBox({ container: document.getElementById('search_box2'), magnifier: false, autofocus: false, wrapInput: false, reset: false }), instantsearch.widgets.hits({ container: '#search_box2_results', templates: { empty: 'Brak wyników', item: function(object){ //hack na reset btn document.getElementById('search_box2_submit_button').classList.remove('hidden'); document.getElementById('search_box2_reset_button').classList.remove('hidden'); document.getElementById('search_box2_loading_button').classList.add('hidden'); var addon = object.item_type == 'article' ? '' : ''; return ['', addon, object._highlightResult.name.value, ''].join(""); } } }) ]); searchMobile.start(); document.getElementById('search_box2').addEventListener('focus', function(){ document.getElementById('fold_navbar').classList.add('fold'); document.getElementById('search_box2_form').classList.add('activated'); $("html, body").animate({ scrollTop: 0 }); //guzik reset //document.getElementById('search_box2_submit_button').style.display = 'none'; //document.getElementById('search_box2_reset_button').style.display = 'block'; document.getElementById('search_box2_results').style.display = 'block'; if(searchFocusTimeout) clearTimeout(searchFocusTimeout); }); document.getElementById('search_box2').addEventListener('focusout', function(){ searchFocusTimeout = setTimeout(function(){ document.getElementById('fold_navbar').classList.remove('fold'); document.getElementById('search_box2_form').classList.remove('activated'); document.getElementById('search_box2_results').style.display = 'none'; }, 500) }); document.getElementById('search_box2_submit_button').addEventListener('click', function(){ if(searchFocusTimeout) clearTimeout(searchFocusTimeout); }); }// eo initMobileSearch setInterval(function(){ var Blist = document.querySelectorAll('.rnd iframe'); for(var b=0; b < Blist.length; b++){ var bn = Blist[b], cntdiv = bn.parentNode, clickLayer=cntdiv.querySelector('a'), cntbn = cntdiv.parentNode; if(cntbn.clientWidth != cntdiv.clientWidth){ scaleRatio = cntbn.clientWidth / cntdiv.clientWidth; var transfromString = ("scale(" + scaleRatio + ")"); bn.style.webkitTransform = transfromString; bn.style.MozTransform = transfromString; bn.style.msTransform = transfromString; bn.style.OTransform = transfromString; bn.style.transform = transfromString; moveLeft = (cntdiv.clientWidth - cntbn.clientWidth) / 2; moveLeft = "-" + moveLeft + "px"; bn.style.left = moveLeft clickLayer.style.webkitTransform = transfromString; clickLayer.style.MozTransform = transfromString; clickLayer.style.msTransform = transfromString; clickLayer.style.OTransform = transfromString; clickLayer.style.transform = transfromString; clickLayer.style.left = moveLeft } } }, 500);