How to move to specific slide

662 views
Skip to first unread message

ivanb

unread,
May 15, 2012, 4:23:39 AM5/15/12
to SlidesJS
Hi

I would like to move to some page

Something like:


{
var page=4;
slides.moveTo(page);
}

Mathieu Urstein

unread,
May 15, 2012, 4:25:31 AM5/15/12
to slid...@googlegroups.com
I think you can use
<a href="#4"></a>
if pagination is set to true

2012/5/15 ivanb <ivan.b...@gmail.com>

ivanb

unread,
May 15, 2012, 4:27:01 AM5/15/12
to SlidesJS
And from javascript?

On May 15, 10:25 am, Mathieu Urstein <mathieu.urst...@gmail.com>
wrote:
> I think you can use
> <a href="#4"></a>
> if pagination is set to true
>
> 2012/5/15 ivanb <ivan.bolc...@gmail.com>

kyrtsour

unread,
May 21, 2012, 5:46:58 AM5/21/12
to SlidesJS
You can use jquery to call the click hanlder of the <a>

<a href="#4"></a>

<script language="javascript">
$('a[href=#3]').click();
</script>

Alex Vallejo

unread,
Jun 27, 2012, 5:58:40 PM6/27/12
to slid...@googlegroups.com
I'm not sure what you mean here. What action are you calling? I'm trying to display some post_meta information instead of a simple counter for the pagination. That way, it can be used as a Table of Contents.
Reply all
Reply to author
Forward
0 new messages