root / drupal7 / sites / all / themes / responsive / js / custom.js @ 4b706e38
1 |
jQuery(document).ready(function() {
|
---|---|
2 |
|
3 |
jQuery('#main-menu ul.menu').mobileMenu();
|
4 |
|
5 |
|
6 |
/* Navigation */
|
7 |
jQuery('#main-menu ul.menu').superfish({
|
8 |
delay: 500, // 0.1 second delay on mouseout |
9 |
animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation |
10 |
dropShadows: true // disable drop shadows |
11 |
}); |
12 |
|
13 |
}); |