| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/domains/roswaltzaidenjogeshwari.in/public_html/ |
| Current File : /home/u901718425/domains/roswaltzaidenjogeshwari.in/public_html/script.js |
$(document).ready(function () {
$('body').popupCreate({
logo:{
url:'/logo.webp',
alt: false,
height:'50px',
width:'auto',
},
banner:{
url:'/popup.webp',
alt:false,
},
download:{
url:'/Brochure.webp',
alt:false,
},
dark: false,
title: 'ROSWALT ZAIDEN',
area:'Mumbai',
returns: '/thankyou.html',
phone: 7304256979,
whatsAppMessage: "Hi! I'm interested in ROSWALT ZAIDEN in Mumbai. Please share the details of the project.",
whatsIcon: true,
phoneIcon: true,
offerTag: true,
offerTagName: '<span>EXCITING</span><span> OFFERS!!'
});
$(document).on('click','[data-target-pop="true"]',function(){
let temp = $(this).attr('data-url');
if(temp.includes('/Brochure.pdf')){
$('.floor-plan-img').attr('src','/Brochure.webp');
}
});
$(document).on('click', '.read-more', function () {
if ($(this).text() == 'Read More') {
$(this).text('Read Less');
} else {
$(this).text('Read More');
}
$("."+$(this).attr('data-expand')).toggleClass('show');
});
$('.amenities').slick({
dots: false,
infinite: false,
speed: 300,
slidesToShow: 4,
slidesToScroll: 4,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
infinite: true,
dots: true
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
$('.gallery').slick({
dots: false,
infinite: true,
arrows: false,
autoplay: true,
autoplaySpeed: 2000,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
infinite: true,
dots: true
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});