/skipnavHighlight

jQuery Plugin that nicely outlines around the targets of the anchors in the given selector.

Primary LanguageHTML

jQuery SkipNavHighlight Plugin

jQuery Plugin that nicely outlines around the targets of the anchors in the given selector. By doing so it mimics the behavior seen at http://stockholm.se/ but instead of the CSS 2 Property "outline" like stockholm.se does this script draws an empty div to achieve the same result but also for older Browsers like Internet Explorers.

Usage

(function($) { $('#skip a').skipnavHighlight(); })(jQuery);

See also