HoverAttribute - Show Up Link on Hovering jQuery plugin
HoverAttribute is a jQuery plugin that allows us to make link elements more dynamic by making an attribute of that element show up on hovering. This is foremost intended for <a> tags residing within full-width elements, such as headings or list entries.
Amongst several options, it is possible to choose any attribute (href by default) of a given tag.
The functionality is implemented like:
$("h2 a").hoverAttribute();
HoverAttribute includes and uses the function parseUri() by Steven Levithan.
Requirements: jQuery Framework
Demo: http://www.afekenholm.se/hoverattribute-jquery-plugin/
License: MIT License







