$(function () {
    $('<div >));
    $('#dlgContent').append(getHtml());
    $.parser.parse('#dlgContent');
});

var getHtml = function GetDialogHtml() {
    var html = '<div \
                    data-options="closed:true"\
                    style="width:750px; height:350px; overflow:hidden;">\
                    <table ></table>\
                </div>';
    return html;
}

 

相关文章:

  • 2022-01-07
  • 2021-04-23
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-01-08
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案