Posts by Filype Ferreira • 43 points
4 posts
-
0
votes1
answer168
viewsQ: Concatenate string into javascript object
Could someone help me understand why I can’t locate the region on the object. <img src="mapa.jpg" usemap="#image-map" class="img__map"> const map = document.querySelector('.mapa'); const…
javascriptasked Filype Ferreira 43 -
2
votes2
answers1242
viewsQ: Regex to extract email address from a string
I’m trying to make a regex so that it only takes the amount between < and >. But I’m having a hard time. Follow an example: teste <[email protected]> Regex I tried to create:…
-
1
votes1
answer43
viewsQ: Put Transition effect on div which is added class as scroll
I’m trying to add a Transition in a div where I add a class according to the scroll, but it’s not working. Could someone try to help me understand why? window.addEventListener('scroll', function(){…
-
1
votes1
answer33
viewsQ: Dropdown menu with Propagation problem
Could someone help me understand why by clicking on menu options, sometimes the container loses the Hover and closes the container? Below follows my code: <style> ul.nav-menu__consultora,…
javascriptasked Filype Ferreira 43