Posts by Valdiney Pereira • 105 points
5 posts
-
0
votes2
answers87
viewsA: Error when filtering a value
Thomas his help was of the utmost importance, for I was racking my brain on these two simple mistakes in the condition, but the problem was not yet there. Do you know why? This email validation…
-
0
votes2
answers87
viewsQ: Error when filtering a value
Hello guys I am trying to filter a value coming from an imput using strpos() function. This value must be a URL and must contain a small string defined by a list. However the filter is not working…
-
3
votes1
answer343
viewsQ: Check if an element of an array is contained in each element of another array with php
I have two arrays, I need to take each element of the second array and check if it is contained in any element of the first array using, for example, the strpos function(). I mean, I need to check…
-
2
votes3
answers3208
viewsQ: Perform two functions with onclick
I need to perform two functions with onClick, but I’m not succeeding, could someone help me? I want to hide the father div "introductionAds" and show the div "showID" function ocultar(ocultarID){…
javascriptasked Valdiney Pereira 105 -
5
votes2
answers6432
viewsQ: How to enable and disable links successively?
I have five links, and initially only the first link is enabled. When this first link is clicked, I want it to auto-disable and enable the next, that is, the second link, and when the second is…