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

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

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!
----------------------

```







@onclick-show-box1


#box1

```