$(document).ready(function () { $("#headerwrap").click(function () { window.location = "http://colfa.utsa.edu/"; }); $("#mainmenu-icon").click(function(){ $("#mainmenu").toggleClass("mm-inactive"); }); $("#mainmenu .menu-drop").click(function(){ $(this).next().toggle(); }); $("#side_nav .menu-drop").click(function(){ $(this).next().toggle(); }); $('.slides').slick({ autoplay: true, autoplaySpeed: 7000, speed: 300, fade: true, arrows: true, responsive: [{ breakpoint: 1024, settings: { arrows:false } }, { breakpoint: 642, settings: { arrows:false } }, { breakpoint: 400, settings: { arrows:false } }, ], }); });