Difference between revisions of "Template:Waterloo/Pages/cal-heatmap-test"
Line 44: | Line 44: | ||
var message = "" | var message = "" | ||
$.each(notes[month[date.getMonth()]+(date.getDate())], function( index, value ) { | $.each(notes[month[date.getMonth()]+(date.getDate())], function( index, value ) { | ||
− | message += value+"< | + | message += "<li>"+value+"</li>"; |
}); | }); | ||
− | $("#notes-table").html( | + | $("#notes-table").html(message |
− | + | ||
); | ); | ||
} | } |
Revision as of 23:45, 13 September 2015