
| Current Path : /var/www/html/german-vocational.cn/themes/drupal8_custom_theme/js/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/themes/drupal8_custom_theme/js/custom.js |
/* ---------------------------------------------
* Filename: custom.js
* Version: 1.0.0 (2016-08-06)
* Website: http://www.zymphonies.com
* Description: Global Script
* Author: Zymphonies Support Team
support@zymphonies.com
-----------------------------------------------*/
jQuery(document).ready(function($){
$('.flexslider').flexslider({
animation: "slide"
});
//Mobile menu toggle
$('.navbar-toggle').click(function(){
$('.region-primary-menu').slideToggle();
});
$('li.dropdown').click(function(){
$(this).toggleClass('openSubMenu');
$(this).find('ul').toggle();
});
});