Hi,
I am trying to achieve like this.
I have total 4 div. each div have check box.
So it is like this
1 2 3 4
What I want to do is, when 2 , 3, 4 div checkbox are selectable. But Once div is checked, another 2 div will be hide.
Let's say, if i will choose 3, 2 and 4 will be hide. Till this stage, I am able to do. But the problem i got is about
After 2 and 4 is hide. Layout became like this
1 3
2 and 4 div are still there, so there's still spacing between them.
What I want to get is just
1 3
How can i achieve this ?