Response title
This is preview!
$("#tabs").tabs({ load: function (event, ui) { // FYI ui.jqXHR does not exist here if (ui.jqXHR.getResponseHeader("X-LOGON") == "LogOn") { // Prompt user to log in first before the content is shown } else { event.preventDefault(); } } });
© 2013 jQuery Foundation
Sponsored by and others.