Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function ($) {
- var thumb = $('.jeg_thumb .thumbnail-container.animate-lazy');
- thumb.each(function () {
- console.log($(this));
- if ($(this).find("img").length == 0) {
- $(this).addClass('thumb-empty');
- }
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement