function saveNotes() {
    var ret = '';
    $('.day-notes').each(function () {
        var noteID = this.id;
        var note = encodeURIComponent(this.value);