Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Fixed waypoint issue when scrolling back number doesn't count till the end #77

@flashblue

Description

@flashblue

I added the following code to store counter data. Because, after scrolling the page, the counter wasn't count till the stored number.

if ($this.data("text")==undefined) {
$this.data("text", $this.text());
} else {
$this.text($this.data("text"));
}

var num = $this.text();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions