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
Today we want to share one possible solution to the circle hovering problem. We'll create a plugin that will take care of the 'mou...
read more
Sometimes it can be very useful to hide the scrollbar of elements in a website and only show it when the user really needs it. The...
read more
With the responsive awakening in web design it becomes important to not only take care of the visual part of a website but also of...
read more
jCookies, a jQuery plugin, makes getting and settings HTTP Cookies a breeze. jCookies allows the storage of any type of data: stri...
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?