Changeset 2310698
- Timestamp:
- 05/23/2020 10:14:41 AM (6 years ago)
- File:
-
- 1 edited
-
page-builder-by-azexo/trunk/js/frontend.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-builder-by-azexo/trunk/js/frontend.js
r2302691 r2310698 1053 1053 }).trigger('azh-refresh'); 1054 1054 $accordion.children().find('> div:last-child').slideUp(0); 1055 $accordion.find('> div.az-active').removeClass('az-active'); 1055 1056 // $accordion.find('> div.az-active').find('> div:last-child').slideDown(0, function () { 1056 1057 // if ('isotope' in $.fn) { … … 1793 1794 if ($image.prop('tagName') === 'IMG') { 1794 1795 $image.attr('src', $image.data('src')); 1796 if ('isotope' in $.fn) { 1797 $image.one('load', function () { 1798 $image.closest('.az-isotope-items').isotope('layout'); 1799 }); 1800 } 1795 1801 } else { 1796 1802 $image.css('background-image', 'url("' + $image.data('src') + '")'); 1797 1803 } 1798 $image.addClass(' loaded');1804 $image.addClass('az-loaded'); 1799 1805 }); 1800 1806 };
Note: See TracChangeset
for help on using the changeset viewer.