This project is not covered by Drupal’s security advisory policy.

Provides integration with jQuery Biggerlink plugin to make it really easy to enable the specified element's to behave as a proxy for their first contained link.

Currently it only adds library info.

Demo

http://www.ollicle.com/projects/jquery/biggerlink/eg/

How to use

So one way of using this module is to add the js from your code like this:

libraries_load('biggerlink');
$path = drupal_get_path('module', 'YOURMODULENAME');
drupal_add_js($path .'/init-biggerlink.js', array('scope' => 'footer'));

And in the init-biggerlink.js:

(function($) {
  $('.someclass li').biggerlink();
})(jQuery);
Supporting organizations: 

Project information

  • Created by hkirsman on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases