You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: