4,090
edits
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
var subject = $(this).find('.subject').text(); | var subject = $(this).find('.subject').text(); | ||
var description = $(this).find('.description').html(); | var description = $(this).find('.description').html(); | ||
var reflection = $(this).find('.reflection').html(); | |||
// Update the fixed column content | // Update the fixed column content | ||
Line 49: | Line 50: | ||
'</div>' + | '</div>' + | ||
'<p class="article-label-description">Description:</p>' + | '<p class="article-label-description">Description:</p>' + | ||
'<div class="article-description">' + description + '</div>' | '<div class="article-description">' + description + '</div>' + | ||
'<p class="article-label-description">Reflection:</p>' + | |||
'<div class="article-reflection">' + reflection + '</div>' | |||
); | ); | ||
// Apply the fade-out effect to the #list element | // Apply the fade-out effect to the #list element |