Tag: autoload

如何在页面加载时自动打开prettyPhoto灯箱?

我是Jquery的新手,我找到了几个使用cookie和onloadfunction打开灯箱的例子。 我正在使用与fancybox一起使用的cookie示例,但我一直在我的所有网站上使用prettyPhoto,并且真的不想更改为fancybox。 我已经尝试了十几种不同的方法来实现这一点,但我没有运气。 这是我的代码。 任何帮助或建议都会很棒。 $(文件)。就绪(函数(){ // !!! SEE THIS PLEASE !!! // delete this line to make the modal box load only ONCE // if you let it set to ‘false’ it will show every time .. set it to ‘true’ and it will never show $.cookie(“modal”, ‘false’) /** * MODAL BOX */ // […]