Submitted
Rolly Castillo
@Pomz010
All solutions
Submitted
Submitted
Interactive comments section
- HTML
- CSS
- JS
I'm having issues in displaying comment/reply composer specifically when you first click the reply button on the second comment. It displays 2 composer box because of the looping. But if you click reply on other comments, it only displays one reply composer. Any help would be so much appreciated!
Submitted
I want to prevent input fields to accept zero as first character, here's what I have tried. I used addEventListener with keydown event to detect type of character, then store the key (e.key) in an array container and access that character using array index number. If the character is zero, then it will return a returnValue of false (e.returnValue = false) to prevent zero from being typed in the input field. This works but if user made a mistake and deletes characters using backspace, then the input field will now be able to accept zero as first character again.
Submitted
Comments on I can improve my skill will be highly appreciated!
Submitted
Clipboard landing page
- HTML
- CSS
Submitted
Submitted
Submitted
- I'm having issue on a slight horizontal scroll.
Submitted
- I'm having trouble in slight horizontal scrollbar, though I have used 100vw for the width of the body tag and applied css grids for main tag with a class of container. I have also applied 100% for the width for the container class but horizontal scroll is still showing.