$("#explainDischargePopup").click(function () { $.fancybox({ 'content': '
' + '' + "Informationen zur Einlösung" + '
' + 'In nur vier Schritten zum Erlebnis-Ticket' + '
' + '
' + '', 'autoDimensions' : false, 'width':'940', 'border':'0', 'height': 'auto', 'centerOnScroll' : true }) }); $('#maxCount').change(function(){ if ($('#maxCount').val() == 10){ $('#amountContainer').html(''); } }); // The slider being synced must be initialized first $('#carousel').flexslider({ animation: "slide", controlNav: false, //directionNav: false, animationLoop: false, slideshow: false, itemWidth: 74, itemMargin: 4, asNavFor: '#slider' }); $('#slider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: "#carousel" });