$(document).ready(function(){ $(".owl-carousel").owlCarousel({ lazyLoad:true, loop:true, auto: true, dots: false, items:1, margin:10, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:true, autoHeight: true, animateOut: 'fadeOut' }); // Turns entire advert into a link to the fact finder // Removed as a fix for testing adverts is needed. // $('.display-box').not('.display4').bind('click', function(event){ // var targetFactFinderLocation = $(event.currentTarget).children('h4').children('a').attr('href') // window.location.href = targetFactFinderLocation // }) $('.button-list').bind('click',function(e){ e.stopPropagation() }) $('.display-review').bind('click',function(e){ e.stopPropagation() }) });