这是为了显示模态窗口:
$('.overlay').show();
setTimeout(function() {
$(".overlay").fadeOut();
}, 5000);
答案 0 :(得分:0)
将php条件添加到脚本本身。或者通过php变量本身在html中显示display属性。
<?php if($userid){ ?>
<script>
setTimeout(function() {
$(".overlay").fadeOut();
}, 5000);
</script>
<?php } ?>