jStickyNote: A jQuery Plugin for Creating Sticky Notes
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 ...

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
Tagged with: jQuery plugin sticky note
Related Articles
A simple circular slideshow where we flip the image in order to navigate. ...
read more
A jQuery audio player plugin that is responsive and touch-friendly. The UI is css-only, no images used....
read more
An experimental image slider that flips through images in 3D. Two stacks resemble image piles where images will be lifted off from...
read more
A jQuery plugin for transforming select inputs into drop-down lists with some simple expanding effects. ...
read more
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?