Posts by Thyago França • 1 point
4 posts
-
0
votes4
answers3001
viewsA: Hide navbar when item is clicked
Use it so it works perfectly, in case anyone else has this problem. Hug. jQuery(document).ready(function() { jQuery(".navbar-nav li a").click(function(event) { event.preventDefault();…
-
0
votes2
answers150
viewsA: Number count according to page scroll using jQuery!
I found this topic similar to my question here, I think it’s exactly what I want, but I tried to adapt the code to my file and could not because I don’t know much of JS, if you can help me implement…
-
0
votes2
answers150
viewsQ: Number count according to page scroll using jQuery!
I created a numerical counting animation with Jquery and it’s working fine, but I wanted the count to start only when the page scroll reaches the place where the animation is automatically. I don’t…
-
-1
votes1
answer481
viewsQ: Error after updating Android Studio to version 3.0.1
Hello, I just updated my version from 2.1 to 3.0.1 and this error appears Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar]…