Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/jquery-link-annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This repository is no longer maintained.

Introduction

This is a JQuery plugin for annotating links in a web app that is incomplete or undergoing development.

It adds lightbox style popups for links with the class annotation.

Usage

##HTML

##Javascript

jQuery(document).ready(function() {
    $('a.annotation').each(function(index) {
        $(this).linkAnnotator();
    });
});

About

Lightbox style popups to annotate links

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published