Changes

Jump to navigation Jump to search
no edit summary
Line 27: Line 27:     
function galleryMoreContent(){
 
function galleryMoreContent(){
$(document).on('click', '.media-gallery-cover .card', function(){
+
$(document).on('click', '.media-gallery-cover > .card', function(){
$('.media-gallery-cover .card').css({'filter': 'hue-rotate(0)'});
+
$('.media-gallery-cover > .card').css({'filter': 'hue-rotate(0)'});
 
$(this).css({'filter': 'hue-rotate(45deg)'});
 
$(this).css({'filter': 'hue-rotate(45deg)'});
 
var property  = $(this).data('property');
 
var property  = $(this).data('property');
Line 47: Line 47:  
$(document).on('click', '.more-content-drop', function(){
 
$(document).on('click', '.more-content-drop', function(){
 
$('.more-content-wrapper').replaceWith('<div class="more-content-wrapper"></div>').hide();
 
$('.more-content-wrapper').replaceWith('<div class="more-content-wrapper"></div>').hide();
$('.media-gallery-cover .card').css({'filter': 'hue-rotate(0)'});
+
$('.media-gallery-cover > .card').css({'filter': 'hue-rotate(0)'});
 
});
 
});
 
}
 
}
5,925

edits

Navigation menu