我有一个模式窗口,使用以下指挥系统装上指数页,
data-reveal-onready="Register"
$(document).ready(function () {
$( [data-reveal-onready] ).reveal();
});
I want to add a php if statement on the data-reveal-onready to load only once per session on the homepage and when the user visits the homepage again it will not appear on load.
模式是一种登记形式,因此显然可能需要再次使用模式窗口,而且在点击登记纽顿时,这种方式仍然可以显示。
我正在使用密码和显示模式。
Many thanks