Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript easyslider help

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30004
    cocosurfer
    Member

    Linking Directly To Slides from Static Links

    Target the link using and ID or Class (or whatever), and apply a click handler. Then call the plugin function and pass it a number of the slide you are trying to link to:

    $("#slide-jump").click(function(e){
    $('.anythingSlider').anythingSlider(6);
    e.preventDefault();
    });

    Hmm not sure where my recent post went anyways
    Have given up on putting a slider in to light box no idea how to do it!!
    So instead I have created two php pages, one holding my thumbnail gallery. and one holding my large images within easyslider

    what I now want to do is have a direct link to the large image. like the anything slider but using easy slider

    why well because easyslider is easy lol, anyway at the moment my thumbnails link to the gallery.php page but not to the actual larger image

    any helo would be most appreciated

    C

    #81180
    cocosurfer
    Member

    ok can i rephrase this

    I want my thumbnails in portfolio.php to link to the correct slide in gallery.php
    at the moment all thumbnails take me to the the first slide – i don’t know how to write script and would really appreciate it if someone could give me a simple method to add to my website so i can do this
    http://www.seunshotephotography.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.