python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
jQuery Auto Scroll to DIV - But Auto Scroll Works only on First Page
I'm creating Quiz site and have a confusing problem. Because explanation will show only after one answer is selected - that is "hidden" element I wrapped that element into visible DIV.
Code ...
Eager2Learn
Votes: 0
Answers: 1
React-reveal on scroll is being affected by Scroll-to-top component on location change
I'm building a website and I'm using react-reveal to animate content on my pages(home page about page, and contact page) as I scroll to them,
Then I noticed that the way react navigate pages is throug...
Emeka Orji
Votes: 0
Answers: 0
ScrollTop Jquery Js
I want each time the user scrolls the page my header becomes black
Here is the function:
$(windows).on('scroll', function(){
if($(window).scrollTop()) {
$('nav').addCl...
Tristan KAVCIC
Votes: 0
Answers: 1
IonContent scrollToTop function not working when I change the route
I'm using ionic-vue to create a mobile app.
IonContent scrollToTop function is not working when I switch routes.
such as:
http://localhost:8100/tabs/q/s/20 -> http://localhost:8100/tabs/q/s/21
De...
Jammooly
Votes: 0
Answers: 1