Savoir-vivre w trakcie odwiedzin na cmentarzu [WIDEO, ZDJĘCIA]
Czytaj dalej
');
$('#fullplayerinfo').html(''+ $('#toponair .area').html() +'
');
$('#fullplayer').attr('data-idx','0');
}
// sygnalizacja streamu
if ( (idxnow < 0 && idx > 0) && (idxnow != idx) ){
//alert('włącz stream');
$.ajax({url:'action.php?action=fpinfo&idx='+idx, success:function(data) {
if (data != ''){
data = '';
$('#yellowbar').html(data);
$('#yellowbar').fadeIn(100);
yellowbarinit('#yellowbar');
}
}});
} else {
$('#yellowbar').html('');
$('#yellowbar').fadeOut(100);
}
}});
setTimeout(function(){fullplayerloop();},29000);
}
setTimeout(function(){fullplayerloop();},1000);
// strona wyników
$('#tvsearchlist').on('click','.sites a', function(){
$.ajax({url: $(this).attr('href'), success:function(data) {
$('#tvsearchlist').fadeOut(function(){
$('#tvsearchlist').html(data);
$('#tvsearchlist').fadeIn();
$.scrollTo('#tvsearchlist',1000,{offset:{top:15}});
});
}});
return false;
});
$('#searchform').submit(function () {
// sprawdzenie wymaganych
if ( $('#searchform #szukaj').val().length < 3){
$('#searchform #szukaj').addClass('alert');
}
// wysyłam jesli kompletny
if ( $('#searchform').html().indexOf('alert') >= 0) {
return false;
} else {
$.ajax({url:'index.php?idp=10&action=tvlist&s=1&szukaj='+$('#searchform #szukaj').val() , success:function(data) {
$('#tvsearchlist').html(data);
}});
return false;
}
});
$(document).on('click','#tvtogglemore a', function(){
$('#tvsearcharea').slideToggle();
return false;
});
$('.videolist').slick({
dots:false, autoplay:false, infinite:true, touchThreshold:10, adaptiveHeight: true,
slidesToShow:5, slidesToScroll:4,
responsive: [
{breakpoint:1280, settings:{slidesToShow:4, slidesToScroll:3}},
{breakpoint:980, settings:{slidesToShow:3, slidesToScroll:2}},
{breakpoint:736, settings:{slidesToShow:2, slidesToScroll:1}},
{breakpoint:480, settings:{slidesToShow:1, slidesToScroll:1}}
]
});
$('body').addClass('contrasthigh');
$('#topweather').animate({opacity:1},200);
fancyboxinit();
// ']']> -->