HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HBergman/dezaakpartners.nl/wwwroot/wp-content/themes/discover/js/jquery.custom.js
/*-----------------------------------------------------------------------------------

 	Custom JS - All front-end jQuery
 
-----------------------------------------------------------------------------------*/
 


jQuery(document).ready(function() {
								
								
 if (jQuery().superfish) {	
 
  jQuery('ul#nav').superfish({ 
            delay:       0,                            // one second delay on mouseout 
            animation:   {opacity:'show'},  // fade-in and slide-down animation 
            speed:       'fast'                          // faster animation speed 
        }); 
} 

 if (jQuery().superfish) {	
 
  jQuery('ul#nav2').superfish({ 
            delay:       0,                            // one second delay on mouseout 
            animation:   {opacity:'show'},  // fade-in and slide-down animation 
            speed:       'medium'                          // faster animation speed 
        }); 
} 

selectnav('nav', {
    nested: true,
	indent: '-',
    label: false
});

selectnav('nav2', {
    nested: true,
	indent: '-',
    label: false
});

});

jQuery(document).ready(function(a){
	a("a[href=#scroll-top]").click(function(){
	a("html, body").animate({scrollTop:0},"slow");return false}
	
	)});

jQuery(window).load(function() {
    jQuery('.flexslider').flexslider( {
	directionNav: true,
	controlNav: false,
	animationLoop: true
	 });
  });

jQuery(document).ready(function(){
    // Target your .container, .wrapper, .post, etc.
    jQuery("#content_container").fitVids();
  });