Skip to content

eshiett1995/Tellis-StickyNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>
  

About

Sticky node, JQuery Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published