@ateliee/jq.schedule
Version:
jQuery time schedule plugin
51 lines • 795 B
JSON
{
"0" : {
"title" : "Example1",
"schedule":[
{
"start": "08:00",
"end": "12:00",
"text": "TestTestTestTestTestTest",
"data": {
"class": "example3"
}
}
]
},
"1" : {
"title" : "Example2",
"schedule":[
{
"start": "15:00",
"end": "18:00",
"text": "Text Area",
"data": {
}
}
]
},
"2" : {
"title" : "Example3",
"schedule":[
{
"start": "08:30",
"end": "14:00",
"text": "Text Area",
"data": {
}
}
]
},
"3" : {
"title" : "Example4",
"schedule":[
{
"start": "11:00",
"end": "14:00",
"text": "Text Area",
"data": {
}
}
]
}
}