2014-07-22 93 views
0

嗨有人知道如何禁用自动关闭,当你点击后面的prettyPhoto页面?当点击关闭prettyphoto关闭

我有一个div,当页面加载大约200px的正方形时打开,我不希望它关闭,直到用户单击其中的一个按钮。

目前当用户点击离开它。 prettyPhoto关闭。

谢谢

回答

0
jquery.prettyPhoto.js 

}).bind("click", function() { 
    //if (!settings.modal) e.prettyPhoto.close() 
});