Bootbox ASP MVC Razor partial view?
问题 I am using bootbox widget to display bootstrap modal. http://bootboxjs.com/examples.html What i need is to load Razor partial view in bootbox modal This works ok $(".permissions-popup").click(function () { bootbox.dialog({ title: "Icons description.", message: '<div class="alert">Hello</div>', buttons: { main: { label: "Close", className: "btn-primary", callback: function () { } } }, className: "modal-large" } ); }); But when i try something like this $(".permissions-popup").click(function ()