Most voted "rolling" questions
Tag used in subjects involving scrolling (scroll) of content of a web page.
Learn more…183 questions
Sort by count of
-
0
votes1
answer156
viewsTabbed Scroll - Stop setInterval with jQuery.mouseup
I need to implement tabs in my application, and when they exceed the area limit, I need to have the option to scroll them (horizontal scroll). I created the buttons of scroll ←, → and programmed so…
-
0
votes1
answer245
viewsProblem in smoothing scroll on anchor links
Beginner in Jquery, but I used this script I found to give the smoothing effect in the scroll to the link "anchored": $(document).ready(function () { function filterPath(string) { return string…
-
0
votes1
answer654
viewsScrollview only in the desired textView
Good night to you all. I’m with a simple layout containing a textView to control the title and other textView to control the content. What happens is that I have tried several times to include a…
-
0
votes1
answer155
viewsHow to do navbar slidedown and slideup when der scroll on page
Hello, I’m a beginner in jQuery and I’m trying to configure the navbar of my site so that when you scroll down, the navbar hides and there is only one button for you to open the navbar, and when you…
-
0
votes2
answers99
viewsHow to scroll horizontal on tumblr
Hello! I think the title says it all. I’ve tried many tutorials, but I can’t get anything. The basic theme I’m trying to change is next. Thank you…
-
0
votes0
answers397
viewsHow to block the scroll bar of a specific div?
I am creating a new site, and in it has a DIV that exceeds the Width of the body, which ends up activating the X-axis scrollbar. I wanted to know how to do so regardless of the size of this…
-
0
votes0
answers29
viewsHow to scroll to an iframe with reference to another url?
I have an iframe that has src directed to another url, I know that in this case I can not access the content for security reasons, but what I wanted is to simply position the scroll I a certain…
-
0
votes0
answers57
viewsoverflow: auto hides content at the bottom of the page
I have a problem with my html, I couldn’t find an answer. I have a div called box-footer. This div is inside a div main, where I added overflow: auto and height 100%. All that content is inside a…
-
0
votes1
answer47
viewsMenu 2 effects: one for scrolling down and one for opposite
Hello, I’m wondering how to make a menu (jquery). It becomes apparent at the top of the site, when running 100 px from the top down, it hides (ok so far I managed to do), and is hidden until the end…
-
0
votes1
answer97
viewsScrollbar in ng-view does not work
Guys, the following problem happens to me: I’m making a web application and I’m using Angular.js as a framework. I have a div with ng-view and every time you load a page that needs the scroll it…
-
0
votes0
answers38
viewsScrollview with a static view in the middle
I have this layout in which I need to implement a Scrollview but I can’t adjust in a correct way, I need Scrollview to contemplate the blue and yellow part, so the user can see the rest of the items…
-
0
votes0
answers61
viewsInfinite scroll for mobile
I made a scroll infinite and worked perfectly, but when I went to test on a cell phone it just didn’t work, the method I used was this: win.scroll(function() { if($(document).height() - win.height()…
rollingasked 7 years, 7 months ago Lucas Caresia 2,663 -
0
votes1
answer1882
viewsInner shadow of the parent element on the child
I need to make the inner shadow of the parent element over the child element. I have one div with overflow: scroll and a table inside which may be larger than this div. I’m making an inner shadow…
-
0
votes1
answer90
viewsListview lines disappear when scrolling
I’m wearing a listview and populate it with a cursoradapter. When scrolling up and down the lines disappear. If I start with 30 elements, as I scroll up and down I get less... until I get more or…
-
0
votes1
answer371
viewsHow to automatically scroll the page using javascript?
I am developing a screen where you have a step by step and use slideup and slideDown close and open the related Divs. How do I automatically track the page scroll when I scroll down?
-
0
votes0
answers70
viewsC# - Is it possible to place a Scrollbar inside a Menustrip through the code, without touching the design?
Hello! I am using Windows Forms and created a menu with many items: In order to view all the items I have to use these arrows that are on the menu ends. I wish I could add a Scrollbar or something…
-
0
votes1
answer45
viewsScroll up after changing view
I’m using angular in my system I’m changing the views with the command $state.go('main.shops.cart.success'); But the problem is when mute to view the scroll continues down. I would like when it…
-
0
votes1
answer210
viewsSubmenu bearing(scroll) jquery
Hi I need my submenu scroll to appear the other options pq when opening does not fit on the page, and neither in the tablet and mobile layouts. I’ve tried using css overflow-y and more is not…
-
0
votes3
answers2682
viewsHow to do horizontal scroll with screen size Divs
I have 4 div's who would like to put a scroll horizontal to navigate them but the div's are the size of the screen (and I want you to have the full size of the screen). I managed to do an example…
-
0
votes2
answers80
viewsPage Redirect when giving Scroll
Good afternoon, I’m in need of some code that allows Immediate Redirect to another page when giving Scroll (no matter how little Scroll is done, even the smallest movement). Someone can give me a…
rollingasked 7 years ago Felipe Feliced 1 -
0
votes0
answers54
viewsDetect browser scroll not always
I have an animated header, when "scrolo" the site it changes some things with Animate, IE, when the $(this).scrollTop() > 0 (from 1 to 1 million, but only when it leaves position 0) it animates…
-
0
votes1
answer142
viewsFixed div when scrolling in different resolutions
I have the following scenario. A banner at the top that picks up the entire screen viewport, regardless of the resolution Below it a menu that when scrolling down it stays at the top following the…
-
0
votes1
answer185
viewsHow to Do Automatic Scrolling
I’m developing an application where the user asks a question and the server delivers an answer, I’m having trouble getting the scrollbar to keep up with the conversation, So far I’m having the…
-
0
votes0
answers166
viewsCalendar javascript with horizontal scroll
I’m looking for some free javascript calendar, similar to what’s on the mobiscroll (https://demo.mobiscroll.com/jquery/calendar/week-view#), with only one week visible and with horizontal scroll.…
-
0
votes1
answer1054
viewsHow to make a scroll with arrows?
I am working on a project for application in touch screen monitor, and I need to do the schematic as the following image. It will be a list of items, inside a div for example, and it will have to be…
-
0
votes1
answer81
viewsHow to make "$(window). scroll" run only once?
When performing the scroll, the function performs normally, but keeps repeating every time I continue with the mouse scroll. I’d like to know how to make it run only once. I’m doing like this:…
-
0
votes2
answers2979
viewsScroll to the bottom of the page automatically
I’m developing an application where the user asks a question and the server delivers an answer, I’m having trouble getting the scrollbar to keep up with the conversation, So far I’m having the…
-
0
votes1
answer201
viewsinfinite scroll with msg at the end of the results
I am starting now in javascript and ajax so there is much I still have doubt I created an infinite scroll system but what I’m not knowing to create is: when you reach the end of the column or (…
-
0
votes0
answers151
viewsscroll linked to a div in html with javascript
the function I have is to show me more articles every time I arrive at the end of the page ( infinite scroll paging ) works perfectly but I have a doubt that I am not able to solve, I want to load…
-
0
votes0
answers38
viewsScrolling page when loading Iframe
I have a page where this has an iframe for an application, the page loads before the iframe, when the iframe application loads, the whole page where the iframe automatically scrolls down, I do not…
-
0
votes3
answers421
viewsEffects together with smooth scroll
I would like to put other effects following the scroll. Below follows the code I’m using and that just does the scroll. How can I use more effects within that code. Bounce for example. var $doc =…
-
0
votes1
answer68
viewsScrollspy wordpress
Good morning I would like a help am using wordpress and I put the following menu class CSS_Menu_Maker_Walker extends Walker { var $db_fields = array( 'parent' => 'menu_item_parent', 'id' =>…
-
0
votes0
answers58
viewsPrevent Navbar Scroll in Materializecss
I’m using Materializecss in a project, so far so good. I’m not able to make a stop with the scroll bar. How do I stop the scroll bar from going up, in, over the navbar? so that it only scrolls the…
-
0
votes0
answers136
viewsModal bearing (scroll) does not work when dropdown is open
Please see in jsfiddle: https://jsfiddle.net/znrktLej/11/ With dropdown menu open, modal scroll does not work, gets frozen. What am I doing wrong ? Follows code: .modal-body { max-height: calc(110vh…
-
0
votes1
answer21
viewsNumber of Pixels Rolled on a Hidden Overflow Page
Hello! I’m in need of finding a way to toggle in a class on body when I do a large scrolling on the page (Ex: 1000px). However, the problem is that my page is A full screen with overflow: hidden.…
-
0
votes1
answer63
viewsWhat’s wrong with my Javascript scroll tag body code?
Look at my personal code, my scroll is on the tag body, but it doesn’t work, I’ve done everything and nothing my scroll ta na < body > and still doesn’t work, what’s wrong ?…
-
0
votes1
answer21
viewsRemove the scroll bar or disable
I wonder why the scroll bar still appears while the <nav ul> is appearing, and why it does not stay fixed despite the content of the page? const menuBtn = document.querySelector('.menu-btn');…
-
0
votes0
answers8
viewsScrollview - Scroll codeTo not working properly
Well, according to the title, I’m having trouble solving a problem in my code, the line to textView that Scrollview brings through scrollTo code. When I press the button he does not show me the line…
-
0
votes0
answers38
viewsToggle Class with Scrolling in Firefox
Hello! I have the following code that works perfectly in Chrome for some reason, but not in Firefox. Can someone help me decipher why? Since it has already been worked to try to adapt to Firefox.…
-
0
votes2
answers1919
viewsInfinite Scroll with JSON + Javascript data
Personal talk... I’m developing an application where I get the data via JSON and template them via javascript, so far so good... I need a help to create an Infinite scroll in javascript, showing 10…
-
0
votes0
answers35
viewsInfinite Scroll of Jetpack with pagination problem
In my Wordpress installation I am using the plugin JETPACK and its Infinite scroll Feature. On the blog homepage, I’m using the pre_get_posts action and the filter infinite_scroll_query_args to…
-
0
votes0
answers7
viewsHow to scroll the entire Android screen that contains an Imageview, Textview and Listview? And not just Listview
Hello, everybody I need to roll a screen that includes a listview. When filling the list and it becomes larger than the screen it is normal to scroll the screen. In my case, I want all the elements…
-
0
votes1
answer302
viewsHow to make a Scrollview with multiple Components?
I am trying to get an Activity of a project of mine to contain a considerable amount of Components. I tried to do this using a Scrollingactivity that contained more than just the "default" textView…
-
0
votes1
answer137
viewsHow to define Height of DIV Filho, through the depth of the Scroll of DIV Pai
I’m having a little trouble applying the depth size of the scroll dynamic vertical of the first div, in the second div superimposed. Code: // Vamos criar a segunda Div, no qual ficará sobreposta a…
-
0
votes1
answer221
viewsInfinite Scroll with PHP array
I have a PHP array with about 10,000 keys organized like this: Array ( [0] => Array ( [id] => 13154 [photo_file] => 013154.jpg ) [1] => Array ( [id] => 7885 [photo_file] =>…
-
0
votes1
answer1464
viewsChange opacity gradually with scroll
I want to apply opacity at the bottom of my site, the footer is fixed on bottom and behind the rest of the site type effect Parallax. But I can not make it gradually become opaque, so scroll the…
-
0
votes0
answers118
viewsRadiobutton changes checked when scrolling Listview
Good afternoon, I have a problem with Radiogroup on a listview. Next, when I mark a Radiobuttom and use the scroll of my listview, the marking I made appears in another Radiobutto and not in what I…
-
0
votes1
answer50
viewsHow to apply this scrolling function?
I would like to apply an effect that works as follows, a search in the form that when displayed the result on the page should automatically scroll in place of the div where the search result will…
-
0
votes1
answer74
viewsjQuery smoth scrolling is not working
When I click once on one of the options of nav, it works, but if I double-click or if I’m in one area and click to go to another, it gets lost and Buga total, do not know what to do and I’ve tried…
-
0
votes1
answer150
viewsReplace image (logo in the top left corner of the page) with a second logo (edited) Scroll page (Scroll)
Good afternoon! I am needing that when scrolling my website page by scroll bar or mouse scroll, the logo be replaced. My logo is inserted into the page through a class in bootstrap.css Follows:…