我使用的是显示jQuery插件。
http://www.zurb.com/playground/reveal-modal-plugin
http://www.zurb.com/playground/reveal-modal-plugin
当我完成它时,我需要以编程方式关闭模型框,但是该功能并不直接包含在插件中。
根据Dave在comments page,
“The code is in there,just need to hook it up to be called programmatically.”
解决方法
如果你的模式的id是“显示模态”,那么这一行就会这样做:
$('#reveal-modal').trigger('reveal:close');