The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › JavaScript › anythingSlider current slide number troubles
Hi all, I’m really inexperienced with jQuery and am trying to figure out how to use:
“var current = $(‘#slider1’).data(‘AnythingSlider’).currentPage; // returns page #”
to print “1 of 10 slides”, “2 of 10 slides”, etc.
Can anyone point me in the right direction? I’d really appreciate it.