$(window).on('load',function(){ if($("body.page-").length){ setTimeout(function(){ $('.page-loader').fadeOut('slow'); },500); } }); jQuery(document).ready(function(){ jQuery('#navIconRight').click(function(){ jQuery('.rightSideNav').toggleClass('open'); jQuery('html').toggleClass('openRightNav'); }); jQuery('.rightSideNavClose').click(function(){ jQuery('.rightSideNav').toggleClass('open'); jQuery('html').toggleClass('openRightNav'); }); /*Filter*/ jQuery(document).ready(function(){ jQuery('.notificationClose').click(function(){ jQuery('.notificationList').toggleClass('active'); }); jQuery('.notificationSectionIcon').click(function(){ jQuery('.notificationList').toggleClass('active'); }); }); /*Filter*/ jQuery(document).ready(function(){ jQuery('.filter').click(function(){ jQuery(this).toggleClass('active'); }); jQuery('.leftSideNav li a').click(function(){ jQuery('.filter').removeClass('active'); }); }); /*Hamburger menu*/ jQuery(document).ready(function(){ jQuery('#nav-icon').click(function(){ jQuery(this).toggleClass('open'); jQuery('.headernav').toggleClass('open'); jQuery('html').toggleClass('openMobileNav'); }); }); //-------------Add tag----------- var addNewSpan = ''; jQuery('.headernav .mainNav ul.dropdownMenu').before(addNewSpan); var addNewSpan = ''; jQuery('.headernav .mainNav div.dropdownMenu').before(addNewSpan); //-------------sub nav----------- jQuery("small.open").click(function() { var current=jQuery(this).next('ul,div'); jQuery("small.open").next('ul,div').each(function(){ if(current.attr('id')!=jQuery(this).attr("id") && jQuery(this).attr("id")) { jQuery(this).prev('small.open').removeClass("active"); jQuery(this).hide('slow'); } }); jQuery(this).toggleClass('active'); jQuery(this).next('ul,div').slideToggle(500); }); }); /*---------------------------------------------*/ /*Sticky Header*/ $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 10) { $("header").addClass("sticky"); } else { $("header").removeClass("sticky"); } }); jQuery(window).load(function(){ owlCarousel = jQuery('.foreignStudentsSlider').owlCarousel({ items:4, loop:true, margin:20, lazyLoad:true, autoWidth:true, autoplay:true, autoplaySpeed: 3000, slideBy: 2, responsive : { 0 : { items:2, slideBy: 2 }, 768 : { items:4, slideBy: 4 }, } }); owlCarousel = jQuery('.promoBanner').owlCarousel({ items:2, loop:true, margin:10, autoplayHoverPause:true, lazyLoad:true, nav:true, autoplaySpeed: 3000, autoplay:true, responsive : { 0 : { items:1 }, 991 : { items:2 }, } }); owlCarousel = jQuery('.topHighLight').owlCarousel({ items:1, loop:true, margin:0, autoplayHoverPause:true, lazyLoad:true, nav:true, autoplaySpeed: 3000, autoplay:true }); owlCarousel = jQuery('.famousAlumni').owlCarousel({ items:1, loop:true, margin:0, autoplayHoverPause:true, lazyLoad:true, nav:true, autoplaySpeed: 3000, autoplay:true }); owlCarousel = jQuery('.slideusp').owlCarousel({ items:1, loop:true, margin:0, lazyLoad:true, nav:false, dots:true, autoplaySpeed: 3000, autoplay:false }); owlCarousel = jQuery('.slideNormal').owlCarousel({ items:1, loop:true, margin:0, lazyLoad:true, nav:false, dots:true, autoplaySpeed: 3000, autoplay:true }); owlCarousel = jQuery('.videoSlideLists').owlCarousel({ items:1, loop:true, margin:0, lazyLoad:true, nav:true, dots:false, autoplay:false }); owlCarousel = jQuery('.livingLegends').owlCarousel({ items:4, loop:true, margin:10, autoplayHoverPause:true, lazyLoad:true, nav:true, autoplaySpeed: 3000, autoplay:true, responsive : { 0 : { items:2, margin:10, autoplay:false }, 500 : { items:2 }, 768 : { items:3, margin:40, autoplay:true }, 1199 : { items:4 }, } }); owlCarousel = jQuery('.seniorFaculty').owlCarousel({ items:3, loop:true, margin:10, autoplayHoverPause:true, lazyLoad:true, nav:true, autoplaySpeed: 3000, autoplay:true, responsive : { 0 : { items:2, margin:10 }, 500 : { items:2 }, 768 : { items:3, margin:10 }, 1199 : { items:4 }, } }); owlCarousel = jQuery('.collegetestimonialsItems').owlCarousel({ loop:true, margin:20, nav:true, lazyLoad:true, autoplaySpeed: 5000, autoplay:true, responsive : { 0 : { items:1.8, center:true, margin:0 }, 767 : { items:3, center:false, margin:20 }, 1100 : { items:3.5 }, 1300 : { items:4.5 }, } }); owlCarousel = jQuery('.campusLifeGallery li').owlCarousel({ loop:true, items:1, margin:0, nav:false, lazyLoad:true, autoplaySpeed: 5000, autoplay:true }); }); jQuery(document).ready(function(){ jQuery('.headernav .dropdownMenu.programmesList li').click(function(e) { if(jQuery(this).hasClass('active')) { jQuery(this).removeClass('active'); } else { jQuery('.headernav .dropdownMenu.programmesList li').removeClass('active'); jQuery(this).addClass('active'); } }); jQuery('.headernav .dropdownMenu.programmesList .thirdLabel .labelHeading').click(function(e) { if(jQuery(this).hasClass('active')) { jQuery(this).removeClass('active'); } else { jQuery('.headernav .dropdownMenu.programmesList .thirdLabel .labelHeading').removeClass('active'); jQuery(this).addClass('active'); } }); }); /*Tabs*/ function openHomeGallery(evt, coursesName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(coursesName).style.display = "block"; evt.currentTarget.className += " active"; window.dispatchEvent(new Event('resize')); } jQuery(document).ready(function(){ jQuery('.impeccablePlacements li figure a, .impeccablePlacements li aside a.readmore').click(function(e){ if(jQuery(this).parent().parent().find('aside').hasClass('active')) { jQuery(this).parent().parent().find('aside').removeClass('active'); } else { jQuery('.impeccablePlacements li aside').removeClass('active'); jQuery(this).parent().parent().find('aside').addClass('active'); } }); }); jQuery(function() { jQuery('.leftSideNav li a').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = jQuery(this.hash); target = target.length ? target : jQuery('[name=' + this.hash.slice(1) +']'); if (target.length) { jQuery('html, body').animate({ scrollTop: target.offset().top -120 }, 1000); return false; } } }); }); $(function() { $('.slideMenuMain .scrollspy #scrollnav li a, .collegesBelowBanner ul li a').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); $(function() { $('.horizontalTabSection li a, .programmesList a').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); window.location.hash = this.hash; if (target.length) { $('html, body').animate({ scrollTop: target.offset().top -80 }, 1000); return false; } } }); }); /*chairman video play button home page*/ $('#play-chairman-video').on('click', function(e) { var $video = $('#nims-chairman'); src = $video.attr('src'); $video.attr('src', src + '?autoplay=1'); $(this).toggleClass('active'); }); /*search box start*/ $(document).ready(function() { $("#search_open").click(function() { $(".header_search").fadeIn(), $("body").addClass("fixed"); $.get(base_url+"/search.xml", function(e) { $(e).find("item").each(function() { var e = $(this) , i = e.find("name").text() , s = e.find("url").text(); t.push({ name: i, url: s }) }) }) }), $(".header_search .close_search").click(function() { $("#searchInput").val(""), $("#auto_suggest").html(""), $(".header_search").fadeOut(), $("body").removeClass("fixed") }); var t = []; ($("#searchInput").keyup(function() { $("#auto_suggest").html(""); var e = $(this).val().toLowerCase(); if (e.length > 1) { var i = []; $.each(t, function(t, s) { -1 != s.name.toLowerCase().indexOf(e) && i.push({ name: s.name, url: s.url }) }); var s = ""; i.length > 0 ? $.each(i, function(t, e) { s += "
" + e.name + "
" + e.url + "No Result Found
" + e.name + "
" + e.url + "No Result Found