Jquery Resize/delete Page Blocks

This is the 1st part of a bigger project. Please see the attached screenshot. It shows a page layout grid dividing in 6 rows by 3 cells each row. What I want:

1.- The user to be able to remove any block by clicking the remove icon.
2.- The user to be able to resize the blocks so he can fill the empty space of a removed block.
3.- Three buttons under the layout:
3a- Save layout (using divs and not table)
3b- Undo last action
3c- Start again

This way a user will be able to design a page…

Jquery Resize/delete Page Blocks

This is the 1st part of a bigger project. Please see the attached screenshot. It shows a page layout grid dividing in 6 rows by 3 cells each row. What I want:

1.- The user to be able to remove any block by clicking the remove icon.
2.- The user to be able to resize the blocks so he can fill the empty space of a removed block.
3.- Three buttons under the layout:
3a- Save layout (using divs and not table)
3b- Undo last action
3c- Start again

This way a user will be able to design a page…