4,554
edits
No edit summary |
No edit summary |
||
Line 244: | Line 244: | ||
// Apply the fade-out effect to the #list element | // Apply the fade-out effect to the #list element | ||
$('#list').addClass('fade-out'); | $('#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 |