$(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;
}

 

相关文章: