2个回答
展开全部
每个模态窗会生成一个class为"modal-backdrop"的遮罩。在模态窗第一次显示时为这个模态窗的遮罩层设置一个id。例如:
$modal.modal({show: true,backdrop: 'static'});
$('.modal-backdrop').each(function() {
$(this).attr('id', 'id_' + Math.random());
});
$modal.modal({show: true,backdrop: 'static'});
$('.modal-backdrop').each(function() {
$(this).attr('id', 'id_' + Math.random());
});
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询