μllinx - multidirectional hyperlinks
μllinx (mullinx) is a simple, unobtrusive plugin used to transform normal hyperlinks into multidirectional hyperlinks through the flexibility of jQuery's selector.
Links are considered the primary navigational means of the web and the main essence of hypertextual technology. They are often used as unidirectional vectors, μllinx's main aim is to transform unidirectional links to multi-headed links, without big efforts for web authors.
Example uses:
If you want your link to become multi-directional you just add some code to the "rev" attribute of a <a> tag, as you can see in this example:
<a href="http://en.wikipedia.org/wiki/Web_search_engine"
rev="http://www.google.com|Google;
http://www.yahoo.com|Yahoo!;
http://www.yoople.net|Yoople!;
http://www.cuil.com|cuil">Search Engines</a>Code example:
Because of the defaults, basic usage can be as simple as:
$(function() {
$("a").mullinx();
});The widget way
You can embed μllinx into your page as a widget, this way:
<script src="http://mullinx.makinguse.com/get/" type="text/javascript"></script>Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 0.2 | 2008-Oct-07 | 7.78 KB | Recommended for 1.2.x | ||
