Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

μ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>

Downloads



4
Your rating: None Average: 4 (1 vote)