MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 242: Line 242:
         }
         }


         // Apply the fade-out effect to the #list element
         // Apply the fade-out effect to both #list and #list-list elements
        $('#list').addClass('fade-out');
$('#list, #list-list').addClass('fade-out');
       
 
        // Apply the fade-out effect to the #list-list element
        $('#list-list').addClass('fade-out');


         // Prevent further propagation to the document
         // Prevent further propagation to the document

Navigation menu