[removed] How to Hide / Unhide

后端 未结 5 2059
我在风中等你
我在风中等你 2020-12-19 02:25

I\'m trying to avoid using innerHTML because it causes my browser to crash, probably due to the 250 milliseconds refresh rate.

Anyway, I would rather ha

5条回答
  •  忘掉有多难
    2020-12-19 03:14

    I prefer using css display property. I have a running code which I wrote recently. Its very simple and scalable as well.

      
        
        
              
    
    
    This is the header Click to show/unshow
    This is the header Click to show/unshow

提交回复
热议问题