IanLunn / IanLunn/Sequence

hash is undefined when using hashDataAttribute: true

Open
#255 5 comments 0 reactions 0 assignees View on GitHub
Plugin Bug
Dominant language
JavaScript
Stars
3.3k
Forks
470
PR merge metrics
No merged PRs in 30d

Description

Hello.
I m using following options for the slider;
var options = {
navigationSkip: false,
**hashTags:true,
hashDataAttribute:true,
hashChangesOnFirstFrame:true**
};

i have used all the three options hashTags, hashDataAttribute and hashChangesOnFirstFrame as true. I have included the hashChange event plugin (http://benalman.com/projects/jquery-hashchange-plugin/ ) Also i have added a **data-sequence-hashtag** attribute as follows:

``` html


  • ........

  • ```

    but the hash in url is always undefined.

    Example URL :
    http://prashantsani.com/demos/misc/sequence/

    Contributor guide

    Open the contributing guide

    Assessment

    This issue has not been assessed yet.

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.