- Aktualności
- Regulamin
- Partnerzy biegu
- Zapisy
- Lista Startowa
- Trasa biegu
- Wyniki biegu
Aktualności
Regulamin
Partnerzy biegu
Zapisy
Lista Startowa
Trasa biegu
Wyniki biegu
function showCtxPart(ctxMenuItem, ctxPartId) { jQuery(".ctxMenu li").removeClass('active'); jQuery(".ctxPart").hide(); jQuery(ctxPartId).show(); window.location.hash = ctxPartId; jQuery(ctxMenuItem).addClass('active'); }
jQuery(document).ready(function(){ var hash = jQuery(location).attr('hash'); if(hash != '') showCtxPart('#ctxItem1',hash); else showCtxPart('#ctxItem1','#Aktualnosci'); jQuery(".kondycjaPost").appendTo('#kondycjaPosts'); jQuery(".kondycjaPost").show(); }); // document ready