Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
638 views

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 ...
Mossaddak's user avatar
  • 421
2 votes
3 answers
203 views

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 ...
ayyanar pms's user avatar
0 votes
1 answer
3k views

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 &...
john's user avatar
  • 1,273
0 votes
1 answer
2k views

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 ...
EdG's user avatar
  • 2,361
0 votes
0 answers
36 views

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 ...
rumpetroll's user avatar
0 votes
1 answer
412 views

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 ...
Himanshu Dwivedi's user avatar
2 votes
1 answer
450 views

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....
Chinmay Waghmare's user avatar
1 vote
1 answer
574 views

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....
CDK's user avatar
  • 679
0 votes
1 answer
1k views

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 "#...
Mahendra's user avatar
  • 903
0 votes
2 answers
95 views

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&...
tom1bomb's user avatar
  • 165
1 vote
2 answers
536 views

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 ...
learn's user avatar
  • 300
3 votes
1 answer
12k views

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 ...
Jared Michael Czerew's user avatar
1 vote
2 answers
4k views

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 ...
Arun's user avatar
  • 257
0 votes
1 answer
1k views

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 ...
Azim Saiyed's user avatar
1 vote
1 answer
215 views

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 ...
3gwebtrain's user avatar
  • 15.5k
0 votes
1 answer
138 views

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("....
user2912997's user avatar
0 votes
0 answers
417 views

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,...
jurihandl's user avatar
  • 665
1 vote
8 answers
11k views

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( ...
user123456789's user avatar
0 votes
1 answer
559 views

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 ...
user2660197's user avatar
2 votes
1 answer
3k views

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 ...
Alvaro's user avatar
  • 41.7k
3 votes
2 answers
111 views

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 ...
Alvaro's user avatar
  • 41.7k
1 vote
0 answers
81 views

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 ...
Sam Solomon's user avatar
1 vote
4 answers
4k views

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 ...
shubendrak's user avatar
  • 2,068
0 votes
0 answers
59 views

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 ...
1_0's user avatar
  • 15
0 votes
0 answers
189 views

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 ...
tezzataz's user avatar
  • 137
1 vote
0 answers
583 views

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/ ...
Casper F's user avatar
  • 161
0 votes
1 answer
692 views

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 ...
DreaminMedia Queretaro's user avatar
0 votes
1 answer
443 views

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 ...
Andy Buckle's user avatar
1 vote
0 answers
399 views

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 ...
Rona Duwe's user avatar
1 vote
0 answers
520 views

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 ...
Koala7's user avatar
  • 1,434
1 vote
0 answers
2k views

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 ...
Ryan Thomas's user avatar
1 vote
1 answer
89 views

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"> <...
n92's user avatar
  • 7,632
1 vote
1 answer
326 views

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({ ...
officer_farva's user avatar
0 votes
1 answer
1k views

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 ...
Joeeee's user avatar
  • 1,286
0 votes
1 answer
153 views

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 ...
sam's user avatar
  • 10.2k
0 votes
1 answer
2k views

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 ...
tomek_gr's user avatar
1 vote
0 answers
3k views

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 ...
mkampitsch's user avatar
0 votes
1 answer
881 views

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 ...
bravokiloecho's user avatar
0 votes
1 answer
199 views

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 ...
ctilley79's user avatar
  • 2,195
24 votes
1 answer
31k views

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....
Andreu Ramos's user avatar
  • 2,908
1 vote
2 answers
210 views

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 ...
frequent's user avatar
  • 28.7k
2 votes
3 answers
2k views

The following chain works: $("</p>").html('message').hide().appendTo("#chat").fadeIn() .parent().scrollTop($('#chat')[0].scrollHeight); But this doesn't: $("</p>").html('message')...
tiktak's user avatar
  • 1,811
1 vote
1 answer
845 views

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=...
Keefer's user avatar
  • 2,299
0 votes
3 answers
577 views

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 ...
Drew Baker's user avatar
  • 14.5k
0 votes
1 answer
201 views

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 ...
Philip's user avatar
  • 5,975
3 votes
2 answers
5k views

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 ...
Massimo Bortone's user avatar
1 vote
0 answers
320 views

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 ...
user992726's user avatar
1 vote
1 answer
1k views

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? ...
Keefer's user avatar
  • 2,299
0 votes
1 answer
1k views

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 ...
Keefer's user avatar
  • 2,299
0 votes
1 answer
1k views

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 ...
madmax's user avatar
  • 1,813