🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another note taking plugin for jQuery that lets you dynamically create customizable sticky notes with drag, maximize and minimize capabilities.

note Note-Taking

Documentation

Tellis-StickyNote

Sticky node, JQuery Plugin

DEMO

DEMO

JQUERY STICKY NOTE PLUGIN FOR YOUR WEB APP;

FEATURES:

  1. Maximizable
  2. Draggable
  3. Minimizable

HOW TO USE:

// 1. Load the script <script src="tellis-sticky-note.js"></script>    <script>        $(document).ready(function(){                  //2. call the sticky note object         var sticky = Tellis_Sticky();          // 3. initialize the object (this makes the sticky note visible)         sticky.init();          // 4. write() method writes a string to the sticky note         sticky.write("hello Wole, please use me");                 });         </script>    

You May Also Like