User724169276 posted
Hi All,
I want to create an object whose data is completely dynamic.
data: {
2: [0,1,2,3,4,5],
3: [10,11,12,13],
4: [10,11,12,13]
}
here the keys and arrary values both are dynamic.
Can anyone pls help me to create this type of object.
https://www.jqueryscript.net/time-clock/appointment-week-view-scheduler.html
Using above plugin .. want to set the values dynamically for multiple sets.but i am unable to create ab object of above type.