如何获取fancybox中的数据
$("a#selectUser").fancybox(
{
'autoDimensions' : false,
'width' : 680,
'height' : 495,
'transitionIn' : 'none',
'transitionOut' : 'none',
'centerOnScroll' : true,
'title' : 'Select User',
'titleShow' : 'true',
'titlePosition' : 'over',
'hideOnOverlayClick':false,
'hideOnContentClick':false,
'onComplete': function() {
$("#fancybox-title").css({'top':'0px', 'bottom':'auto','margin-left':'0px','margin-top': '-25px','width': 'px'});
}
});
它将打开新的模式。我在这里选择用户。现在我想在关闭模态后执行此操作,我应该能够获取已检查的数据..请帮助我...
$("a#selectUser").fancybox(
{
'autoDimensions' : false,
'width' : 680,
'height' : 495,
'transitionIn' : 'none',
'transitionOut' : 'none',
'centerOnScroll' : true,
'title' : 'Select User',
'titleShow' : 'true',
'titlePosition' : 'over',
'hideOnOverlayClick':false,
'hideOnContentClick':false,
'onComplete': function() {
$("#fancybox-title").css({'top':'0px', 'bottom':'auto','margin-left':'0px','margin-top': '-25px','width': 'px'});
}
});
it will open new modal. Here i am selecting the user . now i want do that after closing modal i should able to get that data which are checked.. please help me ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)