Good afternoon, I have a tabcontrol that adds the pages dynamically and often has more pages than the size of the tabcontrol and with that are added columns example:
What I wanted is that there was only one column, can anyone help me?...
I'm starting in the area of web programming and I came across a problem during my studies:
I want to do a simple animation using the js code below:
animeScroll.js
// Debounce do Lodash
const debounce = function(func, wait, immediate) {...
I created a custom view that needs to have a vertical scroll to show all items that are drawn using the "onDraw" method. Can anyone help me with this problem?
public class MinhaView extends View {
private Paint paintLinha, paintHora, paintEst...
I would like to put other effects in the scroll sequence. Below is the code I'm using and that just does the scroll . How can I use more effects within this code. Bounce for example.
var $doc = $('html, body');
$('.scrollSuvave').click(fu...
I have a page where this has an iframe for an application, the page first loads the iframe, when the iframe application loads, the whole page where the iframe automatically scrolls down, I do not know how to disable it.
Hello,
When I scroll, the function executes normally, but keeps repeating every time I continue with the mouse scroll. I would like to know how to make it run only once. I'm doing this:
$(window).scroll(function () {
var scrollTop =...
Hello, I have a code that animates the site's anchor. When the user clicks the menu, it scrolls to the anchored location. But it's only working fluidly in Chrome and Opera. How can I adapt it to work in all browsers?
Animated Scrolling Code w...
Hi, I have a jquery plugin that I want to use. I have a jquery plugin that I want to use. :
<script type="text/javascript">
$(window).on('scroll', function(){
if($(window).scrollTop()){
$('nav').addClass('color');...
Good afternoon!
I need to have the logo replaced when scrolling through the page on my site by the scroll bar or mouse scroll.
My logo is inserted into the page via a class in bootstrap.css
Following:
.logo1{
background: url(../img/logo...
I'm looking for some free javascript calendar, similar to what you have in mobiscroll ( link ) with only one visible week and with horizontal scroll. Does anyone have a statement?
Thank you in advance!