-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hash is undefined when using hashDataAttribute: true #255
Comments
This error appears in the console:
I believe this is being caused by the jQuery hashchange plugin and your use of jQuery 1.9.1. |
Thanks for the update. is there any otherway I can have the #hash thing? |
This is a bug with Instead of using I believe the fix for this is changing all instances of:
To:
|
Hey. To: Bdw, a big fan of sequence.js Have been using and following sequence.js since its inception long time ago. Havent faced any issues yet, amazing library :) Thanks |
Sequence v2 (check out the early build here) works without a dependency for hash functionality, so this is coming. Glad you like Sequence, I'll be looking for feedback on v2 soon so maybe you're up for it! |
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:
but the hash in url is always undefined.
Example URL :
http://prashantsani.com/demos/misc/sequence/
The text was updated successfully, but these errors were encountered: