2013-02-11 92 views

回答

1

檢查,如果這是你想要的...

jQuery(function ($) { 

    $('#basic-modal .basic').click(function (e) { 

     $('#basic-modal-content').modal(); 
     $("#simplemodal-container").css({ 'position' : 'absolute'}); 
     $(".simplemodal-wrap").removeAttr('style'); 
     return false; 
    }); 
}); 

感謝

+0

謝謝您的回答,但它創建對話框內滾動條不在外面 – sandeep 2013-02-11 09:45:38

+0

你想在模態之外的滾動條?你想滾動容器窗口嗎? – 2013-02-11 10:32:35

+0

是的,我想在容器窗口 – sandeep 2013-02-11 10:56:10