Skip to content

smashingboxes/jquery.annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Annotate.js (In Development)

Add inline commenting to your website

Check out the example here: http://github.smashingboxes.com/jquery.annotate/


Example usage with default values:

$(document).annotate({

  defaultComment : 'Please enter a comment',
  
  menuItems: {
    comment: 'Comment',
    issue: 'Issue',
    notice: 'Notice'
  }   
  
});

About

A jQuery plugin for adding inline commenting/annotations to any website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published