$(window).load(function(){ $('.posts-grid.works .featured-thumbnail > a').BlackAndWhite({ hoverEffect : true, // default true // set the path to BnWWorker.js for a superfast implementation webworkerPath : false, // for the images with a fluid width and height responsive:true, // to invert the hover effect invertHoverEffect: false, speed: { //this property could also be just speed: value for both fadeIn and fadeOut fadeIn: 200, // 200ms for fadeIn animations fadeOut: 800 // 800ms for fadeOut animations } }); $('.nav__primary select.select-menu').on('change', function(e){ return window.location.href = $(this).val(); }); });