Posts by Felipe A. • 25 points
2 posts
-
0
votes1
answer543
viewsQ: How to change the color of the scrollbar by Jquery
I want to change the color of the scroll bar only when the user scrolls the screen. I tried the code below but it didn’t work. How do I? $('body').scroll(function(){ setTimeout(function(){…
-
2
votes1
answer2187
viewsQ: How to pass a text as a parameter to a Javascript function?
I need to do a Javascript function and I want it to receive the parameters in text format: HTML code: <button onClick="AlteraNome(Felipe)">Enviar Nome</button> Javascript code: function…