Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用thickbox 来获取用户信息,但是当我在thickbox 外部单击时进入时,它现在正在关闭,当它在外部单击时我想成为不可关闭的thickbox。
我尝试过如何使其不可关闭,TB_setCloseOnOverlayClick(false);但它没有用。有人可以在这方面帮助我吗?
TB_setCloseOnOverlayClick(false);
这是ThickBox页面中指定的内容...试试看
或者,您可以将 modal=true 添加到查询字符串(例如 TB_inline?height=155&width=300&inlineId=hiddenModalContent&modal=true) 所以关闭一个ThickBox 需要从ThickBox 中调用tb_remove() 函数。请参阅隐藏的模态内容示例,您必须单击是或否才能关闭厚框。
或者,您可以将 modal=true 添加到查询字符串(例如
所以关闭一个ThickBox 需要从ThickBox 中调用tb_remove() 函数。请参阅隐藏的模态内容示例,您必须单击是或否才能关闭厚框。