Difference between revisions of "Template:Waterloo/Pages/cal-heatmap-test"

Line 43: Line 43:
 
);
 
);
 
$("#notes-table").html("<b>" +
 
$("#notes-table").html("<b>" +
notes[month[date.getMonth()]+(date.getDate())] + "</b>"
+
$.each(notes[month[date.getMonth()]+(date.getDate())], function( index, value ) {
 +
  alert( value );
 +
});
 +
+ "</b>"
 
);
 
);
 
}
 
}

Revision as of 23:27, 13 September 2015