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.
在用于 jQuery 的 SimpleModal 模态对话框插件中,有“覆盖”、“容器”和“数据”的属性。容器和数据有什么区别?
这些示例演示了如何操作这些属性中的每一个,但我找不到每个属性的解释。
容器是实际的图形模式窗口。数据是容器内部的内容。
用 HTML 术语来说:
<div id="simplemodal-container"> <div id="simplemodal-data"> *your contents go here* </div> </div>