var thumbnailSliderOptions =
{
sliderId: "thumbnail-slider",
orientation: "horizontal",
......
};
var thumbs2Op =
{
sliderId: "thumbs2",
orientation: "vertical",
......
};
var mcThumbnailSlider = new ThumbnailSlider(thumbnailSliderOptions);
var mcThumbs2 = new ThumbnailSlider(thumbs2Op);
..... (other minified portion of the code remains untouched)....
Salut, après plusieurs recherches, j'ai fini par trouver la solution pour faire fonctionner plusieurs slides sur une page.
1 - suivre les intructions de John
2- Copier / coller puis renommer la fonction principale (function ThumbnailSlider(f){...} [ function ThumbnailSlider2(f){...}....)
NB: les appels sont bien entendu liés aux fonction (var thumbnailSlider = new ThumbnailSlider(mct1_Options); | var thumbnailSlider2 = new ThumbnailSlider2(mct2_Options);)
If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;
If your question is related to the jQuery slider, click:
Ask new question: jQuery sliderOtherwise navigate to one of the following forum categories, and post your question there.
##