| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/adeetie_hellogtx/assets/js/ |
Upload File : |
$(document).ready(function () {
//select the POPUP FRAME and show it
$(".modal").show()
$("#popup").show().fadeIn(1000);
//close the POPUP if the button with id="close" is clicked
$("#close").on("click", function (e) {
e.preventDefault();
$(".modal").hide()
$("#popup").fadeOut(500);
});
});
$(document).ready(function() {
var owl = $('.academic-partners');
owl.owlCarousel({
loop: true,
dots:false,
margin: 10,
autoplay: true,
autoplayTimeout: 5000,
autoplayHoverPause: true,
responsiveClass: true,
responsive: {
0: {
items: 2,
},
600: {
items: 3,
},
1000: {
items: 6,
}
}
});
var up = $('.upcoming-trainings');
up.owlCarousel({
loop: false,
dots:false,
nav:true,
margin: 10,
autoplay: false,
autoplayTimeout: 3000,
autoplayHoverPause: true,
responsiveClass: true,
navText: [
'<i class="fa fa-angle-left" aria-hidden="true"></i>',
'<i class="fa fa-angle-right" aria-hidden="true"></i>'
],
navContainer: '.main-content .custom-nav',
responsive: {
0: {
items: 1,
},
600: {
items: 3,
},
1000: {
items: 4,
}
}
});
var test = $('.testimonials');
test.owlCarousel({
loop: true,
dots:false,
nav:true,
margin: 10,
autoplay: true,
autoplayTimeout: 3000,
autoplayHoverPause: true,
responsiveClass: true,
navText: [
'<i class="fa fa-angle-left" aria-hidden="true"></i>',
'<i class="fa fa-angle-right" aria-hidden="true"></i>'
],
navContainer: '.testimonial-container .test-nav',
responsive: {
0: {
items: 1,
},
600: {
items: 3,
},
1000: {
items: 4,
}
}
});
var our_boards = $('.our-divisions');
our_boards.owlCarousel({
loop: true,
dots:false,
margin: 10,
autoplay: true,
autoplayTimeout: 5000,
autoplayHoverPause: true,
responsiveClass: true,
responsive: {
0: {
items: 2,
},
600: {
items: 3,
},
1000: {
items: 4,
}
}
});
});
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip({
placement: 'bottom'
});
});
$(document).ready(function() {
$(".owl-carousel.owl-theme.verticle-slider").owlCarousel({
loop: true,
autoplay: true,
items: 1,
nav: false,
autoplayTimeout:2000,
smartSpeed: 300,
autoplayHoverPause: true,
animateOut: 'slideOutUp',
animateIn: 'slideInUp',
pagination: false,
});
});