day-schedule-selector
day-schedule-selector copied to clipboard
Return Cyclic Object
How to get selected cell data? when I call
$("#day-schedule").on('selected.artsy.dayScheduleSelector', function(e, selected) { console.log(selected); })
it will return cyclic object, how to deserialize it and get selected day & time ?