Here issues and changes for jquery StickyNote plugin can be discussed through notes/ discussion section.
Below are some links for the plugin:
Demo.
If face any issue or some thing missing, please feel free to add a note below.
Here issues and changes for jquery StickyNote plugin can be discussed through notes/ discussion section.
Below are some links for the plugin:
Demo.
If face any issue or some thing missing, please feel free to add a note below.
https://checkoutall.com/jQuery/StickyNote#note
After receiving notes array from server through API, you will need to format the all objects of array in above mentioned format of note object and then pass to loadExistingNotes function.
You may check a sample function getLocalStickyNoteObject, in this js file:
https://checkoutall.com/Scripts/Custom/Page/StickyNotes.js
This js file is used in advanced demo page: https://checkoutall.com/Tool/StickyNoteDemo/advanced
Most of the sample/ example functions you can get in this js file.
You may also check this sample:
http://www.checkoutall.com/Downloads/jQueryStickyNote/jQueryStickyNotePluginExample.zip
Now, for date format, internally the plugin does not use note added/ updated date. If you want to show the dates in note box or list, then you may use events:
onNoteBoxCreated - https://checkoutall.com/jQuery/StickyNote#Events-onNoteBoxCreated
onNoteBoxTextUpdate - https://checkoutall.com/jQuery/StickyNote#Events-onNoteBoxTextUpdate
OR you may change the plugin, as you need.