Comments 2Ivan started the conversationAugust 2, 2024 at 8:36pmI have a LayerSlider installed in my WSForm. I need the client to select a product in the form selector and see the product image in the LayerSlider window of the same form. Attached files: HiScript.docx 137George repliedAugust 3, 2024 at 6:54amHello Ivan,You can easily tell LayerSlider to switch to the requested slide by using the following method:jQuery('#slider').layerSlider(2);where #slider is the LayerSlider element itself and 2 is the slide number.Best Regards,George | Kreatura Dev Team Sign in to reply ...
I have a LayerSlider installed in my WSForm.
I need the client to select a product in the form selector and see the product image in the LayerSlider window of the same form.
Attached files: HiScript.docx
Hello Ivan,
You can easily tell LayerSlider to switch to the requested slide by using the following method:
jQuery('#slider').layerSlider(2);
where #slider is the LayerSlider element itself and 2 is the slide number.
Best Regards,
George | Kreatura Dev Team