Skip to content

akiyoshi83/jquery.marking

Repository files navigation

Marking

jQuery plugin that add annotated border to DOM elements.

Getting Started

Download the production version or the development version.

In your web page:

<div id="want-to-mark">
  SOME CONTENTS
</div>

<script src="jquery.js"></script>
<script src="dist/marking.min.js"></script>
<script>
jQuery(function($) {
  $('#want-to-mark').marking({label: 'Marking!!!'});
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

jQuery plugin that add annotated border to DOM elements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published