Posts by A. Halasz • 11 points
2 posts
-
-1
votes2
answers188
viewsQ: How to exchange an image inside a div for javascript
I need to change the image inside the div if the width of the screen is less than or equal to 991. I’ve done the code below, but it’s not working, I need to know where I’m going wrong and how to fix…
-
0
votes1
answer63
viewsQ: Insert text from a variable (resulting from an if) within a <p> after a button click
I am trying to validate the existence of a class in 3 ids to return a text that will be inserted in a p after clicking the send button of a form. I inserted the onclick in the button having the…