/var/www/clients/client1/web2/web/latynflexOLD/js
NameSizeModeActions
jquery.bxslider/-0755rm
Magnific-Popup-master/-0755rm
owl.carousel/-0755rm
vendor/-0755rm
wow/-0755rm
.DS_Store61480644editdlrm
animate.css570950644editdlrm
index.html6780644editdlrm
main.js12230644editdlrm
parallax.js107910644editdlrm
Edit: /var/www/clients/client1/web2/web/latynflexOLD/js/main.js (1223B)
$(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").hide(); $("#medida"+href).show(); });}); width = $(window).width(); $(function(){ // Check the initial Poistion of the Sticky Header var menuTop = 200; $(window).scroll(function(){ if( $(window).scrollTop() > menuTop ) { $('.cab').addClass('fondomenu'); //$('.navbar-brand > img').addClass('logomenu2'); //$('#stickyalias').css('display', 'block'); } else { $('.cab').removeClass('fondomenu'); //$('.navbar-brand > img').removeClass('logomenu2'); //$('#stickyalias').css('display', 'none'); } }); });