Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var pos = $(".pikachoose li").index("li#id");
- //when pikachoose is first called
- $(".pikachoose").pikachoose({startOn: pos});
- //if pikachoose was already run
- $(".pikachoose").data('pikachoose').goTo(pos);
Advertisement
Add Comment
Please, Sign In to add comment