液体模态
响应式 jQuery 模式,仅使用 CSS 垂直和水平居中。 无需通过 javascript 更新 css 属性。
如何使用液体模态。
在您的项目中引用 CSS 和 JS。
创建一个选项对象
var options = {
closeSelector : '.close-button' , // The selector to close the modal.
buttonSelector : '.modal-button' , // The selector to open this modal.
interiorSelector : '.modal' , // Clicking outside this container will close the modal.
classToShow : 'active'
1