Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

μllinx - multidirectional hyperlinks


Average rating
(1 vote)

μ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 releasesDateSizeLinksStatus
0.22008-Oct-077.78 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.