-
-
Save KaiserEMP/3a8ec23e4bd17ad8386e47bf7eab6606 to your computer and use it in GitHub Desktop.
js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('.eda-module-type-slider .slides').imagesLoaded(function () { | |
| //console.log('all images loaded'); | |
| $('.eda-module-type-slider .slides').addClass('images-loaded'); | |
| $('.eda-module-type-slider').each(function (index, value) { | |
| var slides = $(this).find('.slide'); | |
| if (slides.length > 1) { | |
| jFadeBanner($(this)); | |
| } | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment