This update enhances the structure, performance, and extensiveness of the ordinalIndicators
module; Here's how:
- Both the
pageInfo
andgroupInfo
methods have been merged into one self-executing function:info
- Now you can grab all page/group information via
ordinalIndicators.info
- Now you can grab all page/group information via
- More information about groups is available
ordinalIndicators.groupAmount
- The total amount of groups on the pageordinalIndicators.groupCount
- The total amount of content within the current groupordinalIndicators.groupID
- The ID of the current group (zero-based)ordinalIndicators.groupIndex
- The index of the current piece of content within the group (zero-based)