(not yet documented... coming soon!)
This jQuery plugin relates two Drupal Views together, one as the menu, the other as a long list of content. Clicking on a menu item will scroll the browser to the DOM element with a corresponding numbered class.
- jQuery.ScrollTo
- jQuery.wayPoints
- jQuery.easing.js
$().onepageViews({
menu: ".view-id-navigation",
content: ".view-id-maincontent"
});
- rowClass
- rowItemPrefix
- menu
- content
- wayPointOptions
- scrollToOptions