Questions tagged [serialscroll]
37 questions
4
votes
1 answer
jQuery.ScrollTo / jQuery.SerialScroll Horizontal Scrolling
I am looking to implement horizontal scrolling using jQuery.SerialScroll (based on jQuery.ScrollTo).
I currently have a continuous horizontal scrolling working with liScroll as I discuss in this post.
However, now I need discrete scrolling and I…

Matt Mitchell
- 40,943
- 35
- 118
- 185
2
votes
1 answer
Auto-scrolling in jQuery.scrollTo / jQuery.serialScroll works like crazy
I used the following tutorial to make a parallax content slider for my webiste: http://blog.themeforest.net/tutorials/create-a-funky-parallax-background-effect-using-jquery/
I got it working nicely, but wanted to add auto-scrolling functionality. I…

kecup
- 23
- 1
- 4
2
votes
0 answers
jquery.serialScroll not working
I am having issues with jquery.serialScroll not working in my case.
I have a div id=ticker which basically works like a scrolling ticker. something like this - http://www.tinymassive.com/ (whats happening section). So i am prepending dynamic content…

kapso
- 11,703
- 16
- 58
- 76
2
votes
2 answers
Having a hard time implementing jquery serialScroll to a website. Need help!
Here's the page I am attempting to implement it on.
www.yosoh.com/2010/advertising/beyond/
I have a custom script with figures out the width of all the images, adds it up, then sets the width of that page... I'd like to be able to set the arrows at…

Martin Defatte
- 21
- 3
2
votes
0 answers
How to use jQuery-One-Page-Nav and jQuery.SerialScroll togheter for enable "prev" and "next" buttons or arrows?
I'm trying to have a one page solution with jQuery-One-Page-Nav for highlighting menu links when i reach some "sections" in the page (and click to scroll to respective sections).
Inside this sections i have some posts like the code

Simbus82
- 1,570
- 1
- 11
- 10
2
votes
1 answer
Stop looping in page using serialScroll jQuery plugin
I am using a jQuery plugin for a website and I'm not the best at javascript. What in this code keeps making the script loop and where can I stop it? I am not sure where/if it is coming from this script or if I should be looking somewhere else...
…

cdheiden
- 23
- 2
2
votes
0 answers
JQuery SerialScroll potential plugin conflict with video player MediaElement.js
I have a small issue happening that is potentially due to two plug-ins interfering. They work together just fine with defaults out of the box.
I'm using JQuery SerialScroll to control a horizontal scrolling project and am using MediaElement.js as…

user1778142
- 21
- 1
2
votes
1 answer
jQuery SerialScroll Cycle Parameter
Everyone -- I'm currently using SerialScroll (and ScrollTo) to power a next and previous function on my site. Is there a setting within SerialScroll that would allow the cycle parameter to continue moving to the right when it reaches the end of…

Mark
- 43
- 5
2
votes
1 answer
How to add the title of an image in a JQuery serialScroll plugin gallery within paragraph tags?
I am using the Jquery serialScroll plugin and have made a horizontal gallery which adds a .active class to the the current image. What I would also like to do is get the title of the current image and display it on the page within paragraph tags.
My…

Peter Ahrens
- 33
- 3
2
votes
3 answers
Anyway to select/focus current div/element using serialscroll for further scripting?
I'm building a horizontally scrolling website and using jquery serialscroll to navigate. I've bound the keyboard arrow keys (left and right) and buttons on the page to scroll to the next element using div tags. The effect works quiet well but I was…

user1317417
- 53
- 6
1
vote
1 answer
jQuery SerialScroll: Add class to active item
I'm using Ariel Flesler's serialScroll script and would like to add a class to the active, or highlighted item so I can style it with CSS. Reading the documentation I discovered the notify trigger, but I'm not sure how / if it could be used to…

colindunn
- 3,139
- 10
- 48
- 72
1
vote
1 answer
jQuery ScrollTo / serialScroll accessibility for non-JavaScript user
I have successfully implemented Ariel Flesler's ScrollTo and serialScroll plug-in (http://plugins.jquery.com/project/ScrollTo) for a vertical scroll, overflow:hidden div. Here, the normal scrollbar does not appear, and instead the user clicks on…

rich
- 11
- 1
1
vote
1 answer
How to make jQuery slider scroll only one item instead of three?
I've got a jQuery slider on my site. I used a tutorial in the process, but this slider is setup to scroll three items, but I would like it to just scroll one at a time onClick. Other than this, it works beautifully.
I see that this is because the…

Nic
- 11
- 2
1
vote
1 answer
How can I reference the 'active' item in an instance of jQuery serialScroll?
I'm coding a feature for a photographer that is very similar to a slideshow. I've decided to use the jQuery serialScroll plugin (which piggybacks on the scrollTo plugin) to achieve this affect. I based my code off of the slideshow on the…

Ray Brown
- 650
- 1
- 8
- 16