79 questions
0
votes
1
answer
638
views
How can I Keep Scroll Position after refresh?
Can anyone tell me where I'm doing wrong? When I scroll It works well, nav background color being changed. But problem is, when I refresh the page then the background color not changing, It goes in ...
2
votes
3
answers
203
views
Rowsorter JQuery Plugin issue
Hello guys,
Im using Touch-enabled Drag'n'drop Table Sorter plugin https://www.jqueryscript.net/table/touch-table-row-sorter.html
to drag table rows up and down.
My problem is page is not scrolling on ...
0
votes
1
answer
3k
views
how to make bootstrap modal draggable and scrollable on android device
I am having an issue with a bootstrap modal which should be draggable and scrollable. On desktop it works fine, but on my android device, it does not scroll anymore when it is draggable. It's like &...
0
votes
1
answer
2k
views
Using jquery.scrollbar in react application
I want to use jquery.scrollbar plugin in my react application. I want the jquery.scrollbar for every component which is scrollable. I have already installed it via npm. I am not getting any way to ...
0
votes
0
answers
36
views
say utterscroll to "scroll" even there's a linked div
Hej folk,
actually I develope a small browsergame for my personal use.
The user should do scroll with his mouse over the map (like Google Maps) which I realized with utterscroll.js.
On the second ...
0
votes
1
answer
412
views
"View More" button after every three bottom scroll using jquery
I have tried a lot but can't add show more button automatically just after every three scroll down.
When I am going to bottom of my page it scrolls down infinite times. I have to stop it after three ...
2
votes
1
answer
450
views
How to show active tab on page load jQuery Scrolltabs?
I have used jQuery Scrolltabs which renders scrollable tabs, which works fine. But I am not able to show the active tab selected on page load.
I have around 30 tabs and want to show 25th tab selected....
1
vote
1
answer
574
views
JQuery Scrollable Tabs snap to selected tab
I have been using the code found here to make scrollable tabs http://jsfiddle.net/mekwall/dECtZ/. It works really well, but I have encountered a problem when trying to default the initial selected tab....
0
votes
1
answer
1k
views
jQuery scroll top not working
My HTML content is being generated from jquery and its depends on ajax response. In HTML content I have #leftsection which has css "overflow-y:scroll;" Inside "#leftsection" I have boxes say "#...
0
votes
2
answers
95
views
Simple jQuery scrollTo will not work/animate
I have a fixed header bar with basic navigation like so:
<html>
<head></head>
<body>
<ul class="nav navbar-nav">
<li><a id="aboutme" href="#about-me">About&...
1
vote
2
answers
536
views
jQuery scroll only detecting scroll at very top of the page and bottom?
I'm currently trying to change the colour of a div when the scroll is at a certain vertical value. Though at the moment my scroll doesn't seem to be detecting anything in between the top or bottom of ...
3
votes
1
answer
12k
views
jquery scroll to form input
I'm attempting a scrollTo() on a webpage and I want a button to trigger the scrollTo(); it will scroll to the top of the form and highlight the first input field.
My current code works, however the ...
1
vote
2
answers
4k
views
Redirect and scroll to specific content
hi guys can any one have idea whenever i click from footer link a new page will be open and the will scroll to a specific content below is the screen shot. Condition is the website is in yii ...
0
votes
1
answer
1k
views
jQuery Horizontal automatic Scroller with right left keys
I have used the following jquery to have horizontal scrolling of the content with MOUSE SCROLLER :
http://www.htmldrive.net/items/show/966/jQuery-Horizontal-automatic-Scrollbars-with-mouse
Now I ...
1
vote
1
answer
215
views
jQuery scrollTop animation not working as like expected
I am using the scrollTo event, to focus the element which is added in the "ul" element as a final one.
the issue is, it's working upto a 20 elements properly, later the scroll moving "reverse" and ...
0
votes
1
answer
138
views
jquery hide element in scroll
I create horizontal scroller for run to the left and right the elements inside content , my script it´s this :
<script>
jQuery(document).ready(function()
{
var $item = jQuery("....
0
votes
0
answers
417
views
jQuery Tools Srollable, object has no method autoscroll
I'm using the Carousel for Plone v1.6 for a carousel. Initialising the carousel works fine but after that everything fails. I got this code:
var api = jQuery("div.scrollable").scrollable({
size: 1,...
1
vote
8
answers
11k
views
Adjust scroll position to a closest div
Here i have bunch of div's with some related contents.
I want to adjust the scroll position to a closest div
Example Website
Demo Fiddle
How can i do this using jQuery
JQuery
$(".item").scroll( ...
0
votes
1
answer
559
views
Hide a div when page is still, show on scroll movement up
I want to do a sticky header like that on chrome (?) on android.
ie, as you scroll down the page, there is no sticky header, but as soon as you scroll up, (or after say 1 second) the sticky header ...
2
votes
1
answer
3k
views
Disable scrolling when the animation of scrolling is taking place
I am trying to create an scrolling animation when the user moves the mouse wheel up or down, press the the keyword arrows or move the scrolling bar in the side.
It is pretty similar as what I found ...
3
votes
2
answers
111
views
$.position returning different values for the same selector inside an scrolling div
I am using the $.position over the same selector and I am getting different results for the top value.
The problem might be in getting the position of the selector inside the scrolling div. That's ...
1
vote
0
answers
81
views
Web forwarding breaks jQuery animate on mobile
I have been working on a site that has a link at the bottom that animates back to the top of the page when clicked. The site worked fine before I set up web forwarding with Network Solutions. Now ...
1
vote
4
answers
4k
views
Jquery- moving a scrollbar automatically to a specific location after particular time
Here is my JsFiddle
How can i move my scrollbar automatically to the right (after third image) with some fade effect after few specific seconds so that user can see the next set of images.
can ...
0
votes
0
answers
59
views
Scrollable plugin doesnt work
I am using Jquery tools scrollable plugin.
I want to scroll through a list of images one at a time on mouse wheel movement.
But am not able to achieve this through the code I am working on.
Please ...
0
votes
0
answers
189
views
Jquery scroll to appear mobile view/media queries
Im using the below jquery function to make items appear one after the other when scrolling on a website (http://pitchandtoss.co.uk/ourstory.html) it works great however when viewed on a mobile it ...
1
vote
0
answers
583
views
Parallax Scrolling – How are these effects achieved on http://www.dangersoffracking.com/?
I'm not a big fan of parallax scrolling, mostly because it's not so mobile-friendly, but I am currently designing a home page where it would work really well.
On the http://www.dangersoffracking.com/ ...
0
votes
1
answer
692
views
Jquery Tools naming Scrollable items, to open any one of them when loading page (Deep Link)
Hello in using this scrollable code in my page
http://jquerytools.org/documentation/scrollable/
its working great.
Im trying to "name" the scrollable items so i can open an specific item like they ...
0
votes
1
answer
443
views
JQuery Scroll to Div Ignores Offset
For my navigation I am using the scroll to div jquery displayed below, but when I first click on the link it scrolls and ignores the offset from top, but if I was to click the link again it would ...
1
vote
0
answers
399
views
Scroll to active item
I'm trying to build a site that uses the jquery scrollable-tool for a portfolio. I have a scrollable list that links to different pages that show examples of our work. The scrollable list is included ...
1
vote
0
answers
520
views
Create a table position fixed inside a div collapse
I have a special request, click here. to look the case.
Once I click over the arrow down and the div collapses, I need to make fixed the first table in the div collapsing and making scroll the other ...
1
vote
0
answers
2k
views
JQuery UI Sortable Connected Lists With Scrollable Divs Not Working
I have a web app where the user can drag items between many different groups with each group having its own list for the items to go in. The groups themselves fall into different containers that have ...
1
vote
1
answer
89
views
How to cancel the animation when list reaches the end
I am doing scrolling of list items using jquery animate function The html code is below
<ul>
<div class="scrollable" id="web_list">
<div class="updown">
<...
1
vote
1
answer
326
views
jQueryTools Scrollable - Loops through twice then stops on first slide
I am trying to figure out a way to go through a set of slides a couple of times and then return and stop on the first slide.
Currently, I have:
$('#con_featured .scrollable').scrollable({
...
0
votes
1
answer
1k
views
jQuery tools scrollable navigation dots
http://jquerytools.org/demos/scrollable/index.html
My question is: how to implement scrolling not one but four elements by clicking dot. Left, right buttons should scroll one item per click.
Thanks ...
0
votes
1
answer
153
views
scroll to top using .animate if at top stop - jquery
im using .animate to scroll to the top of the page, but if the user is already at the top or very near it and they click .proj-tile they wont be able to scroll down again for 1200ms is there a way to ...
0
votes
1
answer
2k
views
Jquery, scroll a div depending on keypress
I have a div of 300px fixed height. Inside the div a have a table that has inputs with a larger height which makes the div to scroll(this is my option so i want it to be overflow:auto)..i dont't have ...
1
vote
0
answers
3k
views
jQuery Tools Scrollable on touch disable vertical scroll
I have a similiar slider to the one on jquerytools.org
But how do I disable vertical touch events on the slider? This is quite a problem when the slider on portrait mode takes up nearly the whole ...
0
votes
1
answer
881
views
Mouse wheel behaving strangely with jQuery Tools Scrollable plugin
I've pretty much successfully implemented an instance of jQuery's "scrollable" plugin but I'm having a peculiar issue with mouse wheel navigation.
If you attempt to mouse wheel when the scrollable ...
0
votes
1
answer
199
views
Jquery-tools Scrollable in Conjunction with Jquery UI sortable
I have a menu system where I drag and drop menu items from a category into another container. I am using Jquery tools scrollable to display one category at a time, allowing me to page through the ...
24
votes
1
answer
31k
views
JQuery UI Autocomplete (1.8) scroll
i'm having troubles configuring the autocomplete module of JQuery-UI. I need that when the amount of data to select is big enough an scroll bar appears.
This is what i tried:
in the jquery-ui-1.8.16....
1
vote
2
answers
210
views
How to add a class to the first and last visible element of a jQuery image scrollable
I'm using the jQuery tools slider by flowplayer
I have set up a vertical scrollable, total 4 tiles, with 3 tiles being visible at a time. The wrapping element has a border radius and I now want to ...
2
votes
3
answers
2k
views
Reference to current object in Jquery chain
The following chain works:
$("</p>").html('message').hide().appendTo("#chat").fadeIn()
.parent().scrollTop($('#chat')[0].scrollHeight);
But this doesn't:
$("</p>").html('message')...
1
vote
1
answer
845
views
How to Deep Link with jQuery Tools' Scrollable
I am using jQuery Tools' Scrollable as the means to navigate through a whole single-page site.
Navigation looks like this:
<div id="mainNavContainer">
<nav>
<a id=...
0
votes
3
answers
577
views
jQuery Scrollable Center Active Frame
I'm using jQuery Tools Scrollable plugin. I'm trying to make it so that the active frame is in the center of the screen.
I have the Scrollable wrapper set to 100% width and it works great, but the ...
0
votes
1
answer
201
views
JQuery Scrollable scrolls further than actually wanted
I'm using JQuery Scrollables to display an image gallery, see http://www.mba-europe.de/lehr_veroff.html
In my setup, I have a .bscrollable DIV that contains a .bitems DIV that contains all the .item ...
3
votes
2
answers
5k
views
Placing a div over a jQuery image slider
I'm trying to place a div element over the a jQuery Tools Scrollable image gallery. I've got everything placed in the right way, however the div doesn't appear on top of the jQuery object even if I ...
1
vote
0
answers
320
views
dynamically created flowplayer scrollable addItem scrolls out of the container
I am creating a horizontal scrollable list which is also editable. The size of the container of this list is dynamic based on the width of the visible area of the browser. When I have a list of items ...
1
vote
1
answer
1k
views
Using Two Instances jQuery Tools Scrollable on a Single Page
I've got two instances of a jQuery scrollable on the same page. Unfortunately, I think there's some overwriting and collision going on. How do I modify to get them to both work together and properly?
...
0
votes
1
answer
1k
views
Adding a current state to jQuery Tools Scrollable's Items
I've got a jQuery Tools Scrollable I've been working on for awhile, and have gotten it to where it resizes based on the browser size dynamically, and the next button disables at the furthest right ...
0
votes
1
answer
1k
views
jQuery scrollable question
I am wondering how I can fade out a div box before scrollable starts and fade it in after the animation stops? Because for me it looks like I start scrollable and then it runs in background and looks ...