jQuery Cycle Plugin - Link.

Out of context: Reply #6

  • Started
  • Last post
  • 7 Responses
  • pillhead0

    acescence kindly write this code for me to get my slide to link up to other slide on a different page which works great, trouble is I need to change the FX setting and when they are changed the links slide stop working. Can someone help me get this working please.

    FX setting I Need to Use

    fx: 'scrollHorz',
    speed: 'fast',
    timeout: 0,
    --------------------------------...
    acescence code:

    <script type="text/javascript">
    $(window).ready(function(){
    var start;
    if(window.location.hash){
    start = window.location.hash.substr(1);
    } else {
    start = 0;
    }
    $('#slides').cycle({
    fx: 'fade',
    startingSlide: start,
    timeout: 3000,
    delay: -2000
    });
    });
    </script>

    Test Page Here: http://waynegrant.pwp.blueyonder…

View thread