function search_relocate() {
var window_top = jQuery(window).scrollTop();
var div_top = jQuery('#sticky-anchor').offset().top;
var div_bottom = jQuery('#stickyend-anchor').offset().top;
if (window_top > div_top && !(jQuery('.stick').lenght>0)) {
$('#sidebar-ricerca').addClass('searchtop');
} else {
jQuery('#sidebar-ricerca').removeClass('searchtop');
}
if (window_top > (div_bottom-800) && !(jQuery('.stick').lenght>0)) {
jQuery('#sidebar-ricerca').addClass('searchbott');
} else {
jQuery('#sidebar-ricerca').removeClass('searchbott');
}
} /* jQuery(function($) {
$(window).scroll(search_relocate);
search_relocate();
});*/
jQuery(document).ready(function($) {
$('.owl-carouselScheda').owlCarousel({
items: 1,
lazyLoad: true,
loop: true,
nav: true,
margin: 10,
navText: ['','']
}); $('.owl-carouselLoghi').owlCarousel({
items: 6,
lazyLoad: true,
loop: true,
nav: true,
margin: 10,
navText: ['','']
});
});
Talleres