
From our sponsor: Design every part of your website with the Divi Theme Builder.
jStickyNote is a jQuery plugin that allows to create sticky notes on your web site. It is configurable and this is how you use it:
$(element).stickynote();
You can as well define the following properties:
- size: Size of the sticky note – large or small
- text: If you define the text property then the sticky note will be created immediately with this text
- containment: The id of the element where the sticky note can be dragged
- event: Event that should trigger the creation of a sticky note – dblclick or click
- color: Color of the sticky note text
- ontop: The sticky note that you drag will always stay on top of the others
See a demo here: jStickyNote DEMO
Download the plugin here: jStickyNote ZIP
could someone please tell me how i can have a sticky note that is shown on page load?
thanks in advance 🙂
ok . i have sorted it out . i now have notes loading on page load and positions set as properties. thanks for a great plugin.
Great stuff man.Please how do i save text entered in d textarea?
Great, but without saving position to any file it doesnt have sense…
Great plugin! Anyone managed to save the content using AJAX?