如何在 blockUI 中显示控制器操作视图
我正在尝试设置 blockUI 消息来显示控制器操作视图。我已经尝试了一切,但它没有显示任何内容。
我尝试过这样的事情:
$.blockUI({
message: $('MyController/MyAction'), // I also need to pass some parameters here
css: {
top: ($(window).height() - 600) / 2 + 'px',
left: ($(window).width() - 600) / 2 + 'px',
width: '600px'
}
});
我想要做的是图像显示,就像在 Facebook 上的我的图片库一样。我有一个包含图像/评论/上一页/下一页的视图,但我无法以模式形式显示它。
I am trying to set blockUI message to display controller action view. I have tried everything but it doesn't display anything.
I have tried something like this:
$.blockUI({
message: $('MyController/MyAction'), // I also need to pass some parameters here
css: {
top: ($(window).height() - 600) / 2 + 'px',
left: ($(window).width() - 600) / 2 + 'px',
width: '600px'
}
});
What I am trying to make is image display like on facebook for my image gallery. And I have a view that contains Image/Comments/Back/Next but I failed to display it in modal form.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是调用 ajax 方法的正确方法:=)
jQuery 很神奇,但不是那么神奇!
而是使用:
This is not the correct way to call an ajax method :=)
jQuery is magic, but not that magic !
Instead use: