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.
- Host: GitHub
- URL: https://github.com/smashingboxes/jquery.annotate
- Owner: smashingboxes
- Created: 2011-11-01T14:41:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-02T16:38:31.000Z (over 14 years ago)
- Last Synced: 2025-04-19T18:33:27.516Z (12 months ago)
- Language: JavaScript
- Homepage: http://github.smashingboxes.com/jquery.annotate/
- Size: 105 KB
- Stars: 10
- Watchers: 27
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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'
}
});
```