| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/nixyland.com/public_html/custom_assets/js/ |
Upload File : |
jQuery(function($) {
$('nav').meanmenu();
/* - - - - - - - - - - - - - - - - - - - - - - - - */
if( $('#banner-fade').length > 0 ){
$('#banner-fade').bjqs({
height : 601,
width : 1570,
responsive : true,
nexttext : '>',
prevtext : '<',
});
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
$('.membership_type_wrapper').click(function(e){
$('.membership_type_wrapper').removeClass('active');
$(this).addClass('active');
$(this).find('input[type="radio"]').prop('checked', true);
});
$('.payment_option_wrapper').click(function(e){
$('.payment_option_wrapper').removeClass('active');
$(this).addClass('active');
$(this).find('input[type="radio"]').prop('checked', true);
});
/* - - - - - - - - - - - - - - - - - - - - - - - - */
if( $('.livecams_trigger').length > 0 ){
$(document).on('click', '.livecams_trigger', function (e) {
e.preventDefault();
$('.livecams_area').slideToggle();
$('.meanclose').trigger('click');
});
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
if( $('#owl-popularScenes').length > 0 ){
var owl = $("#owl-popularScenes");
owl.owlCarousel({
items : 5, //10 items above 1000px browser width
itemsDesktop : [1279,4], //5 items between 1000px and 901px
itemsDesktopSmall : [1023,3], // 3 items betweem 900px and 601px
itemsTablet: [767,2], //2 items between 600 and 0;
itemsMobile : [479,1], // itemsMobile disabled - inherit from itemsTablet option
pagination: true,
paginationNumbers :true
});
owl.parent().find('.next').click(function(){ owl.trigger('owl.next'); });
owl.parent().find('.prev').click(function(){ owl.trigger('owl.prev'); });
//$(".next").click(function(){ owl.trigger('owl.next'); });
//$(".prev").click(function(){ owl.trigger('owl.prev'); });
}
if( $('#owl-latestDVDS').length > 0 ){
var owl2 = $("#owl-latestDVDS");
owl2.owlCarousel({
items : 6, //10 items above 1000px browser width
itemsDesktop : [1279,6], //5 items between 1000px and 901px
itemsDesktopSmall : [1023,4], // 3 items betweem 900px and 601px
itemsTablet: [767,3], //2 items between 600 and 0;
itemsMobile : [479,2], // itemsMobile disabled - inherit from itemsTablet option
pagination: true,
paginationNumbers :true
});
owl2.parent().find('.next').click(function(){ owl2.trigger('owl.next'); });
owl2.parent().find('.prev').click(function(){ owl2.trigger('owl.prev'); });
//$(".next").click(function(){ owl2.trigger('owl.next'); });
//$(".prev").click(function(){ owl2.trigger('owl.prev'); });
}
if( $('#owl-latestScenes').length > 0 ){
var owl3 = $("#owl-latestScenes");
owl3.owlCarousel({
items : 5, //10 items above 1000px browser width
itemsDesktop : [1279,4], //5 items between 1000px and 901px
itemsDesktopSmall : [1023,3], // 3 items betweem 900px and 601px
itemsTablet: [767,2], //2 items between 600 and 0;
itemsMobile : [479,1], // itemsMobile disabled - inherit from itemsTablet option
pagination: true,
paginationNumbers :true
});
owl3.parent().find('.next').click(function(){ owl3.trigger('owl.next'); });
owl3.parent().find('.prev').click(function(){ owl3.trigger('owl.prev'); });
//$(".next").click(function(){ owl3.trigger('owl.next'); });
//$(".prev").click(function(){ owl3.trigger('owl.prev'); });
}
if( $('#owl-popularModels').length > 0 ){
var owl4 = $("#owl-popularModels");
owl4.owlCarousel({
items : 6, //10 items above 1000px browser width
itemsDesktop : [1279,6], //5 items between 1000px and 901px
itemsDesktopSmall : [1023,4], // 3 items betweem 900px and 601px
itemsTablet: [767,3], //2 items between 600 and 0;
itemsMobile : [479,2], // itemsMobile disabled - inherit from itemsTablet option
pagination: true,
paginationNumbers :true
});
owl4.parent().find('.next').click(function(){ owl4.trigger('owl.next'); });
owl4.parent().find('.prev').click(function(){ owl4.trigger('owl.prev'); });
//$(".next").click(function(){ owl4.trigger('owl.next'); });
//$(".prev").click(function(){ owl4.trigger('owl.prev'); });
}
if( $('#owl-upcomingScenes').length > 0 ){
var owl5 = $("#owl-upcomingScenes");
owl5.owlCarousel({
items : 5, //10 items above 1000px browser width
itemsDesktop : [1279,4], //5 items between 1000px and 901px
itemsDesktopSmall : [1023,3], // 3 items betweem 900px and 601px
itemsTablet: [767,2], //2 items between 600 and 0;
itemsMobile : [479,1], // itemsMobile disabled - inherit from itemsTablet option
pagination: true,
paginationNumbers :true
});
owl5.parent().find('.next').click(function(){ owl5.trigger('owl.next'); });
owl5.parent().find('.prev').click(function(){ owl5.trigger('owl.prev'); });
//$(".next").click(function(){ owl5.trigger('owl.next'); });
//$(".prev").click(function(){ owl5.trigger('owl.prev'); });
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */
});