Skip to content
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

jumps to the top of the page #32

Open
bobert13 opened this issue Mar 22, 2017 · 0 comments
Open

jumps to the top of the page #32

bobert13 opened this issue Mar 22, 2017 · 0 comments

Comments

@bobert13
Copy link

bobert13 commented Mar 22, 2017

hi,

everytime i run this, it jumps to the top of the page, which is really annoying.
From the code, it looks like this could be fixed by changing:
var rowCode = '<li><a href="#" class="'+settings.linkClickerClass+'"><span class="itemTitle"></span></a></li>';
to:
var rowCode = '<li><a href="javascript:void(0);" class="'+settings.linkClickerClass+'"><span class="itemTitle"></span></a></li>';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant