//Slider $(document).ready(function(){ new WOW().init(); var width = $(".home-student-list").width(); $("#home-student-slider").css('width', width); $("#home-student-slider .slider-container-cover").css('width', width); var options = { $AutoPlay: 1, $SlideSpacing: 25 }; if($("#home-student-slider").length > 0){ var jssor_slider1 = new $JssorSlider$('home-student-slider', options); } var width = 230; $("#project-system-slider").css('width', width); $("#project-system-slider .slider-container-cover").css('width', width); var options1 = { $AutoPlay: 1, $SlideWidth: 230, $SlideHeight: 280, $SlideSpacing: 20, $Cols: 5, }; if($("#project-system-slider").length > 0){ var jssor_slider2 = new $JssorSlider$('project-system-slider', options1); } $('.view-intro-more').click(function(){ $('.home-intro-2-left p').css('max-height','10000px'); $(this).css('display','none'); }); });