Resultaat 1–12 van de 21 resultaten wordt getoond

23.00 excl. BTW
17.0018.00 excl. BTW
24.5028.50 excl. BTW
15.90 excl. BTW
18.90 excl. BTW
10.6020.30 excl. BTW
Uitverkocht
34.50 excl. BTW
Uitverkocht
18.10 excl. BTW
<script> (function($){ $.fn.extend({ rotaterator: function(options) { var defaults = { fadeSpeed: 500, pauseSpeed: 3000, child:null }; var options = $.extend(defaults, options); return this.each(function() { var o =options; var obj = $(this); var items = $(obj.children(), obj); items.each(function() {$(this).hide();}) if(!o.child){var next = $(obj).children(':first'); }else{var next = o.child; } $(next).fadeIn(o.fadeSpeed, function() { $(next).delay(o.pauseSpeed).fadeOut(o.fadeSpeed, function() { var next = $(this).next(); if (next.length == 0){ next = $(obj).children(':first'); } $(obj).rotaterator({child : next, fadeSpeed : o.fadeSpeed, pauseSpeed : o.pauseSpeed}); }) }); }); } }); })(jQuery); jQuery(document).ready(function() { jQuery('.rotate-top-bar').rotaterator({fadeSpeed:500, pauseSpeed:3000}); }); </script>