/var/www/clients/client1/web2/web/latynfusion/2024_borrar/js
Edit: /var/www/clients/client1/web2/web/latynfusion/2024_borrar/js/main.js (882B)
$(document).ready(function(){
$('.bxslider').bxSlider({
pager: true,
auto: true,
controls: true,
pause: 8000
});
});
$(document).ready(function(){
$('.bxslider2').bxSlider({
pager: false,
auto: true,
controls: false,
pause: 8000
});
});
$(document).ready(function(){
$("#navbar li a, .navbar-brand, #slider-wrapper li, .linkmensaje").click(function(){
href = $(this).attr('href');
$("body, html").animate({scrollTop: $(href).offset().top-62},1101);
});});
$(document).ready(function(){
$(".redespop .x").click(function(){
$(".modalredes").hide();
});});
$(document).ready(function(){
$(".medidasboton").click(function(){
href = $(this).attr('rel');
$(".medidas").not(document.getElementById( "medida"+href )).hide();
$("#medida"+href).toggle();
});});
width = $(window).width();