$('body').find(".nav.tab-header a:not('.skip'), #content .nav.nav-tabs a:not('.skip'), .modal-content .nav.tab-header a:not('.skip')").click(function (e) {e.preventDefault(); $(this).tab('show')}); $('#z_hub_modal input[type="submit"]').click(function(e){ $(this).button('loading'); $(this).parents('form').addClass('loading'); });