html açılışta灯箱göstermeişi
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html açılışta灯箱göstermeişi相关的知识,希望对你有一定的参考价值。
//fancybox eklenir
<script type="text/javascript">
function setCookie() {
var now = new Date();
now.setTime(now.getTime() + 24 * 3600 * 1000);
document.cookie = "lightboxcookie=lightboxseen; expires=" + now.toUTCString() + "; path=/";
//document.cookie="lightboxcookie=lightboxseen; expires=Thu, 18 Dec 2020 12:00:00 UTC";
}
function getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i=0; i<ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1);
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
function checkCookie() {
var thecookie=getCookie("lightboxcookie");
if (thecookie == "") {
console.log('cookie not setted');
<!--Show Lightbox-->
jQuery.noConflict()(function ($) {
$(document).ready(function() {
$(".test").fancybox({
maxWidth : 800,
type : 'iframe',
'overlayShow' : true,
maxWidth : 800,
maxHeight : 600,
fitToView : false,
width : '70%',
height : '70%',
autoSize : false,
closeClick : false,
openEffect : 'none',
closeEffect : 'none',
onClosed: function() {
setCookie();
},
helpers : {
overlay : {
closeClick: false,
css : {
'background' : 'rgba(0, 45, 92, 0.80)'
}
}
}});
$(".test").eq(0).trigger('click');
});
});
}else {
console.log('cookie setted before');
}
}
</script>
<body <?php body_class(); ?> onload="checkCookie()">
<a style="display: none;" class="test fancybox" href="https://www.youtube.com/embed/-JbQvM9S_CY">Youtube (iframe)</a>
以上是关于html açılışta灯箱göstermeişi的主要内容,如果未能解决你的问题,请参考以下文章
csharp Toplamaişleminiöğretmeyeçalışanbiroyunprogramıyazılacaktır。 Oyunbaşladığızamanrastg
csharp Aynıfirmadaçalışan(Ahmet ve Hasan)ikiişçidenbirincisinin(Ahmet'in)aylıkücr
sql İkitariharaındakiçalışmaünlerinibulma
python Birderstengeçmenotu50olarakbelirlenmişolsun。 Kullanıcıyanotunusorupderstengeçme-kal
csharp Üçkatlıbirbina她的katındakidaire var klavyeden她的dairede bulunankişisayısınıgirdiktens
sql VeritabanıobjelerinindeğişikliktarihçesinitutmakiçinDDLoluşturmak