Template:Team:HokkaidoU Japan/JS
From 2014.igem.org
(Difference between revisions)
Line 165: | Line 165: | ||
// 'show_method' can take 'fadeIn', 'slideDown' and 'simple' as values only. Default: 'slideDown' | // 'show_method' can take 'fadeIn', 'slideDown' and 'simple' as values only. Default: 'slideDown' | ||
// 'hide_method' can take 'fadeOut', 'slideUp' and 'simple' as values only. Default: 'slideUp' | // 'hide_method' can take 'fadeOut', 'slideUp' and 'simple' as values only. Default: 'slideUp' | ||
+ | }); | ||
+ | |||
+ | jQuery(document).ready(function(){ | ||
+ | jQuery(".megamenu").megamenu({ 'justify':'right' }); | ||
+ | // Can take left/right. Default: left | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 08:04, 28 August 2014