Okay
  Public Ticket #3698445
JavaScript
Closed

Comments

  •  2
    Ivan started the conversation

    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

  •  137
    George replied

    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