Profil drużyny
ZKS Olimpia Elbląg 2013
Ostatni mecz
Ul. Zblewska 19, 83-200 Starogard Gdański, Polska
KS Beniaminek 03 Starogard Gdański
–
ZKS OLIMPIA ELBLĄG
Kadra
Zawodnicy
Brak przypisanej pozycji
Szczegóły treningu
Opis: | |
Data: | () |
Miejsce: | |
Utworzone przez: |
// $(".flipper").click(function() { // var target = $( event.target ); // if ( target.is("a") ) { // //follow that link // return true; // } else { // $(this).toggleClass("flip"); // $(this).children().find('.progress-bar').each(function() { // var min = $(this).attr('aria-valuemin'); // var max = $(this).attr('aria-valuemax'); // var now = $(this).attr('aria-valuenow'); // var siz = (now-min)*100/(max-min); // $(this).css('width', siz+'%'); // }); // } // return false; // }); document.addEventListener('DOMContentLoaded', function () { // $(".card2").click(function() { // $(this).toggleClass("flip"); // $(this).children().find('.progress-bar').each(function() { // var min = $(this).attr('aria-valuemin'); // var max = $(this).attr('aria-valuemax'); // var now = $(this).attr('aria-valuenow'); // var siz = (now-min)*100/(max-min); // $(this).css('width', siz+'%'); // }); // }); var $window = jQuery(window); var $elem = jQuery(".ad-Path");
function isScrolledIntoView($elem, $window) { var docViewTop = $window.scrollTop(); var docViewBottom = docViewTop + $window.height();
var elemTop = $elem.offset().top; var elemBottom = elemTop + $elem.height();
return (elemBottom <= docViewBottom) || (elemTop >= docViewTop); }
jQuery(document).on("scroll", function () {
if (isScrolledIntoView($elem, $window)) {
$elem.addClass("animate")
}
});
// Change wp header to team name //
jQuery(".page-heading__title").html("ZKS Olimpia Elbląg 2013");
});