https://github.com/rmariuzzo/jquery-annotation-plugin
jQuery Annotation Plugin
https://github.com/rmariuzzo/jquery-annotation-plugin
Last synced: about 1 year ago
JSON representation
jQuery Annotation Plugin
- Host: GitHub
- URL: https://github.com/rmariuzzo/jquery-annotation-plugin
- Owner: rmariuzzo
- Created: 2012-01-27T12:50:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-27T13:17:23.000Z (over 14 years ago)
- Last Synced: 2025-02-13T15:37:44.672Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mariuzzo.com/
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery Annotation Plugin
========================
The *jQuery Annotation Plugin* is a practical experiment that allow HTML elements being annotated with functionalities without writing a single code of JavaScript.
What? No JavaScrit code?
------------------------
Yes. All you need are two script references.
```
```
And just start annotating your HTML elements!
How to annotate HTML elements?
------------------------------
Simple! Add a class value to your HTML elements like `@onclick-show-box1`. It would be more of help if you take a look at the following example.
A full example please!
----------------------
```
#box1
```