Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
10.32 KB
MD5: 79928e43c683266c0b435c0840a7367a
SHA-1: 06f27b0881d563004a0a7d88db8e7d2e14f1b517
SHA-256: 6ee2cfa2b82a275802cadd40159a895ec48af83665d203ef47811caee25a8e14
Download zip
12.09 KB
MD5: 4e0b669eb22f74efb8f76fc77dcde66f
SHA-1: 4f62de9b00ed9dd0cefaec14d038af09edda15fc
SHA-256: b27308b03825c838e42ee3f387ed80c0965020705e7f716265418124a6fd1b67
Release notes
Article Jump adds jQuery functionality to a page to scroll from one article to the next via a hotkey. For instance you can scroll down through a stream of node teasers by pressing "j" several times. Then scroll back to the previous article by pressing "k".
The jQuery selector is configurable, so if you have a stream of feed items, you can add a selector of ".content .feed-items" on the module configuration page and users will be able to navigate that stream by pressing "j" and "k" as well.
The hotkeys are also configurable. So, if you prefer "n" and "p", than you can change them on the configuration page.