Questions tagged [serialscroll]
37 questions
0
votes
1 answer
Jquery return pos vairable from SerialScroll onBefore function
I am working on a scrolling site for my company and we are using SerialScroll to accomplish the scrolling. Frustratingly I cannot for the life of me find a good way to implement a Back Button and even though the user experience does not require it…

Nathan White
- 65
- 3
- 11
0
votes
2 answers
jQuery serialScroll /scrollTo next and prev buttons assigned to just the visible element?
I have one visible item on the page with the rest of the items hidden within a div which has overflow:hidden. I would like it if my next and prev buttons pertain to just the one visible item on the page. The problem is I have no way of selecting…

Meggy
- 1,491
- 3
- 28
- 63
0
votes
1 answer
Jquery scrollTo serialScroll jumping back to first item after ajax load
I need a click on the .next button in jQuery serialScroll/scrollTo to not only slide to the next item but to make an ajax call for new content before doing so. What is the best way to get an ajax call onto the .next button in serialScroll?
Here's…

Meggy
- 1,491
- 3
- 28
- 63
0
votes
2 answers
Any modern, newer, better alernatives to Ariel Flesler's scrollTo/serialScroll?
I'm using both scrollTo and the "child"-plugin serialScroll quite frequently, and like them because they
Actually SCROLL things, rather than animating css-properties (margin/position etc)
Are flexible and can be used in many different situations,…

Nils
- 475
- 6
- 18
0
votes
1 answer
Converting function variables to global variables after keypress and mouse click
I've updated my question as I think I have a solution to my original problem. I want to convert the $margins to a global variable that I can use to calculate my $offset for another function. I need to update the variable after (arrow) keypresses,…

user1317417
- 53
- 6
0
votes
1 answer
Setting Variable from if/else of another function
I'm having trouble with this bit of code due to changes in CSS margins that need to be accounted for. I want to change the var $offset in the serialScroll plugin by adding the $margins from the if/else in the .keybind function. I'm a novice with…

user1317417
- 53
- 6
-1
votes
1 answer
i have to select Active element and add class to it in Jquery Serialscroll can anyone help me
i have implemented serialscroll for one of my website
now i want to highlight current element/image being scrolled and for rest of the images i want to make opacity 70%
is it possible in Serialscroll plugin
thanks in advance