ticket 1855

choose course of studies, language,...
registration bootstrap styles
This commit is contained in:
Robert Hofer
2015-02-12 15:10:58 +01:00
parent bb500bc8c9
commit 8e70bb7e05
9 changed files with 945 additions and 662 deletions
+6 -2
View File
@@ -111,8 +111,12 @@ $(function() {
$('#bewerber-navigation a[href="#' + activeTab + '"]').tab('show');
}
$('.btn_weiter').on('click', function() {
var tabname = $(this).attr('data-next-tab');
$('.btn-nav').on('click', function() {
var tabname = $(this).attr('data-jump-tab');
$('#bewerber-navigation a[href="#' + tabname + '"]').tab('show');
});
$('#bewerber-navigation a').on('click', function() {
$(this).closest('.collapse').collapse('hide');
});
});
+8 -6
View File
File diff suppressed because one or more lines are too long