mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
ticket 1855
choose course of studies, language,... registration bootstrap styles
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Vendored
+8
-6
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user