var options = {notes:[{"id":1,
"text":"Test Internet Explorer",
"pos_x": 50,
"pos_y": 50,
"width": 200,
"height": 200,
}]}
jQuery("#notes").stickyNotes(options);
What would be the correct syntax for having multiple notes ?
the correct syntax would be:
notes:[{"id":1,
"text":"Test Internet Explorer",
"pos_x": 50,
"pos_y": 50,
"width": 200,
"height": 200,
}, {"id":2,
"text":"Test Firefox",
"pos_x": 150,
"pos_y": 50,
"width": 200,
"height": 200,
}]
Best regards
Daniel
> --
> To unsubscribe, reply using "remove me" as the subject.
>