4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 23: | Line 23: | ||
             var people = $(this).find('.people').text();  |              var people = $(this).find('.people').text();  | ||
             $('#article-title').  |             // Update the fixed column content  | ||
             $('#article-title').html('<p style="font-weight: bold;">' + entryNumber + '</p><p>' + title + '</p>');  | |||
             $('#article-content').html('<p>People: ' + people + '</p>');  |              $('#article-content').html('<p>People: ' + people + '</p>');  | ||
         });  |          });  | ||