jQuery(document).ready(function ($) {
var adstitle = $('.adstitle').first().text();
setInterval(function () {
$('.borderads').each(function () {
var cnt = $(this).find('span').hasClass('adstitle');
if(cnt) {} else {
$(this).prepend(''+adstitle+'')
}
if($(this).height() > 40) {
$(this).css({'padding':'10px 0'})
$(this).find('.adstitle').show();
} else {
$(this).find('.adstitle').hide();
}
});
},1000);
setInterval(function () {
var cnt1 = $('#menutop.container').find('span').hasClass('adstitle');
if(cnt1) {} else {
$('#menutop.container').prepend(''+adstitle+'')
}
if($('#menutop.container').height() > 40) {
$('#menutop.container').css({'padding':'10px 0'})
$('#menutop.container').find('.adstitle').show();
} else {
$('#menutop.container').find('.adstitle').hide();
}
},1000);
setInterval(function () {
setTimeout(function () {
$('.borderads').each(function () {
var brdr = $(this).height();
if(brdr < 48) {
//$(this).find('.adstitle').remove();
}
});
},2000);
},1000);
'use strict';
//ads title
$('.adstitle').each(function () {
var parenh = $(this).parent('div').height();
if (parenh < 70) {
console.log(parenh)
//$(this).hide();
}
});
if ($(".videosonraki").owlCarousel)
$('.videosonraki').owlCarousel({
loop:true,
items:4,
navigation : true,
});
//window scroll edildiğinde çık
$(window).scroll(function() {
var s = $('body').scrollTop();
if(s > 395) {
$('.bakmadangecme').css({right:0})
} else {
$('.bakmadangecme').css({right:-500})
}
});
//15 saniye içinde çık
setTimeout(function () {
$('.bakmadangecme').css({right:0})
},150000);
$('.bakmadankapat').click(function () {
$('.bakmadangecme').css({right:-500});
$('.bakmadangecme').addClass('nou');
return false;
});
$('.videosonraki').append('');
if ($("#cusel").owlCarousel)
$("#cusel").owlCarousel({
navigation : true,
slideSpeed : 375,
paginationSpeed : 100,
singleItem:true,
pagination:false,
afterAction:function() {
var numberx = this.currentItem;
$("#random123 .owl-item").removeClass('synced')
$("#random123 .owl-item").eq(numberx).addClass("synced");
}
});
if ($("#random123").owlCarousel)
$("#random123").owlCarousel({
navigation : false, // Show next and prev buttons
slideSpeed : 300,
paginationSpeed : 400,
pagination:false,
afterInit : function(el){
el.find(".owl-item").eq(0).addClass("synced");
}
});
var sync1 = $("#cusel");
var sync2 = $("#random123");
$("#random123 .owl-item").hover( function(e){
e.preventDefault();
var number = $(this).data("owlItem");
sync1.trigger("owl.goTo",number);
$("#random123 .owl-item").removeClass('synced')
$("#random123 .owl-item").eq(number).addClass("synced");
});
//galeri metin ortalama
var x = $('body').find('.soldannav').attr('href');
if(!x) {
$('.dgnavnumber').css({"margin-left":"120px"})
}
});