$(function () {
    $('#openHelp').click(function () {
        $.postJSON(URLdir + 'window/help:student:index')
            .done(data => wnd.open(data))
    });
});