Ask questions and get good answers on jQuery

Hello,

i am using the link :http://pupunzi.com/mb.components/mb.scrollable/demo/demo.html but instead of counter 1 2 3,i want to use my own images,when i will click on the image it should get scrolled,

Plz help me.

thanks.

asked Jun 23 '10 at 12:05

mary's gravatar image

mary
111

edited Jun 23 '10 at 19:21

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


Hi, jquery.mb.scrollable ha a builtin method $('#[scrollable ID]').goToPage([page number]) that allow any outer link croll to a specific index. So you can add your images where you want setting the above method as click event:

<img src="[image path]" onclick="$('#[scrollable ID]').goToPage([page number])">

Hope this can help you, bye, Matteo

answered Jun 23 '10 at 19:28

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

jQuery main site - Matteo Bicocchi