Posts by Alexandre Soares da Silva • 29 points
6 posts
-
0
votes0
answers37
viewsQ: I built a playlist of videos in jQuery and it is working, but not as expected, where is the error?
I am an industrial designer (designer and illustrator) by training and I am not a programmer, but I like to learn about technology and programming. I built, with the help of jQuery tutorials on the…
-
1
votes1
answer52
viewsQ: I added a class with JQUERY and tried to use it to trigger a function, but it didn’t work, what’s wrong?
Hey there, guys! I am an industrial designer (designer and illustrator) by training and not a programmer, but I love learning and programming, you see, I’m curious! I’m experiencing a plugin from…
-
1
votes1
answer43
viewsQ: The "ON()" is not acting as expected, why?
Dear friends, I am a student and curious in the subject, not an experienced programmer, hence my question. Come on, JQUERY’s "ON()" method can be associated with several types of events ("click",…
-
0
votes1
answer35
viewsQ: What’s wrong with the jQuery code I wrote?
Hey there, fellas! I am new to programming, and would like help to identify a problem in building a code to create a button "Go to the top of the page" with animation in jQuery. What I wrote seems…
jqueryasked Alexandre Soares da Silva 29 -
0
votes1
answer34
viewsQ: The change() is not acting as expected, why?
I am using CHANGE() to capture a STRING ID (VALUE in a FORM) and using that ID to hide or show the selected DIV. The first step in the selection box (SELECT OPTION) occurs as expected, but when I go…
jqueryasked Alexandre Soares da Silva 29 -
0
votes2
answers754
viewsQ: I want to check if a link has been clicked and redirect it with Wordpress
At the bottom (footer) has an image that is link to a page - external to my site - Google Docs. I want to restrict access to this page of Google Docs as follows: - If who clicked on the image/link…