Bootstrap Modal-Manager禁用溢出

时间:2013-08-29 14:18:21

标签: javascript jquery css twitter-bootstrap

使用后页面溢出不起作用  $('body').modalmanager('loading'); 和  $('body').modalmanager('removeLoading');

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

要关闭modalmanager加载窗口,请尝试仅使用$('body').modalmanager('loading');而不是'removeLoading''loading'本身用于切换加载状态。 (阅读文档 - https://github.com/jschr/bootstrap-modal

还要确保在bootstrap js之后包含了modalmanager js文件。

此处关闭了类似问题(没有任何具体解决方案) - https://github.com/jschr/bootstrap-modal/issues/97