2010-03-27 37 views

回答

1

對不起,這已被問及以不同的形式回答。在這裏我的代碼,現在我有一個動態調整大小模式。

補充:

$('#simplemodal-container').css('height', 'auto'); 

爲:

$('#mycontainer').modal({onShow: function (dialog) { 
      $('#simplemodal-container').css('height', 'auto'); 
     }}); 
+0

歡迎SO :)請接受勾選到左邊的答案......它會幫助誰的旁邊的人同樣的問題,並發現這在谷歌:) – 2010-03-27 17:08:20

相關問題