bootstrap modal动态加载内容
$("#test .modal-body").load('test_url?id=' + id,function(){
$("#followStep1").modal("show");
})
$('body').on('hidden.bs.modal', '.modal', function () {
$(this).removeData('bs.modal');
});
http://algo13.net/bootstrap/modal_remote.html
posted on
2015-12-04 10:29
北京涛子 阅读(
...) 评论(
)
编辑
收藏
转载于:https://www.cnblogs.com/liujitao79/p/5018569.html