An open API service indexing awesome lists of open source software.

https://github.com/smashingboxes/jquery.annotate

A jQuery plugin for adding inline commenting/annotations to any website.
https://github.com/smashingboxes/jquery.annotate

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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'
}

});
```