BootStrap modal() 如何根据返回的HTML宽度自动调整宽度?

如何让modal()根据返回的内容自动调整宽度?
#bootstraprequest
$.get('index.php',function(html){
$('body').append(html);
$('#ajaxHtml').modal('show');#如果让这个ajaxHtmldiv自动调整宽度?
})
//index.php
ID
Name
慕桂英3389331
浏览 418回答 2
2回答

慕标5832272

$('#ajaxHtml').on('show',function(){//捕获show事件//获取html宽度//调整modal宽度})
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript