Posts by Patrick Cruz • 23 points
1 post
-
2
votes2
answers139
viewsQ: How to display/hide an element in Javascript
I want to view and hide items from a list when the input is clicked. The code works if in css the ul tag has display:block, but not when it’s display:None; which is what I want. Javascript:…