How to make div invisible to still able to click?
display hidden or hide() will make it disappear but I want user still able to click it, as i put it on top of another object
How to make div invisible to still able to click? display hidden or hide()
Share
If the
<div/>does not contain any contents, you could:See the CSS2.1 property background-color