/jquery.marking

jQuery plugin that add annotated border to DOM elements.

Primary LanguageJavaScriptMIT LicenseMIT

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)