What is the equivalent of .hide() that keeps the place in the layout ?
Posted
by Misha Moroshko
on Stack Overflow
See other posts from Stack Overflow
or by Misha Moroshko
Published on 2010-06-01T12:01:30Z
Indexed on
2010/06/01
12:23 UTC
Read the original article
Hit count: 165
jQuery
When using .hide()
, the element is no more participating in the layout of the page.
But what if I want to keep its place, i.e I don't want other elements to move because this one is hidden now.
How could I do this ?
© Stack Overflow or respective owner