/* * Custom Superfish settings */ jQuery(document).ready(function($){ var sf = $('ul.nav-menu'); sf.superfish({ delay: 200, speed: 'normal' }); });