I want to have a hidden checkbox that doesn\'t take up any space on the screen.
If I have this:
To prevent the checkbox from taking up any space without removing it from the DOM, use hidden.
hidden
To prevent the checkbox from taking up any space and also removing it from the DOM, use display: none. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
To prevent the checkbox from taking up any space and also removing it from the DOM, use display: none.
display: none
0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复