davsha77
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Meteor Slides] Create link to jump to specific slide<div class="span12 meteor-vslider slider-core" data-options="effect:fade, direction:vertical, easing:easeInOutQuad, speed:750, autoplay:true, timeout:4500, pauseOnHover, reverse:false"> <ul class="slides"> <li id="wellPak" data-uri="#slide-0">...This is how I define my slides and simply loading the meteor.vslider.js takes care of the rest.
Forum: Plugins
In reply to: [Meteor Slides] Create link to jump to specific slideI am using meteor.vslider.js and I don’t see .cycle anywhere in the code.
When I tried to implement via:
function jumpTo(slider, slide) { $(slider).cycle(slide); return false; }It throws the error that the Object has no method ‘cycle’. I initiate the slider with the class
.meteor-vsliderand pass that as the value for slider.What am I doing wrong?
Forum: Plugins
In reply to: [Meteor Slides] Create link to jump to specific slideNever mind, I have never used cycle before. I can see now how to do it. Thanks!
Forum: Plugins
In reply to: [Meteor Slides] Create link to jump to specific slideIt has to be done via query string? This isn’t on a page where I can refresh the page. I need to be able to jump to a slide while keeping the rest of the page as is.
Viewing 4 replies - 1 through 4 (of 4 total)