[removed] How to Hide / Unhide

后端 未结 5 2052
我在风中等你
我在风中等你 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条回答
  •  旧时难觅i
    2020-12-19 03:02

    Set the display CSS property of the div to none.

    https://developer.mozilla.org/en-US/docs/CSS/display

    Example of setting it programmatically with Javascript: http://jsbin.com/ezanuv/1/edit

提交回复
热议问题