You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered: