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

Changing the slide marker format #181

Open
adamhairfield opened this issue Jun 10, 2014 · 1 comment
Open

Changing the slide marker format #181

adamhairfield opened this issue Jun 10, 2014 · 1 comment

Comments

@adamhairfield
Copy link

I am wondering if there is a feature to display which slide the user is on that would be placed where the current slide markers are.

For example I would like it to display 1/5 instead of 1, 2, 3, 4, 5.

@kampageddon
Copy link

In bjqs-1.3.js you can change this string on row 482:
var marker = $('< li >< a href="#" >'+ slidenum +'< /a >< /li >'); where slidenum in number of slide

or bjqs-1.3.min.js you can change this string:
var o=e('< li >< a href="#" >'+i+"< /a >< /li >"); where i is a number of slide.

depending on what you use if minified or not.

Note: remove spaces at to the right of < and to the left of >, beacuse i dont'know hot to write it correctly in ghithub comment, ghitub comment box automatically insert a html tag

I hope I have helped you!

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

2 participants