jQuery - iGoogle style interface
- by samhamilton
Hi all,
I'm currently working on developing a customizable website layout using jQuery, so I can drag, drop, add and remove blocks of content... much like the iGoogle interface.
I have my blocks dragging and dropping working with 3 columns of content
My question is to do with adding and removing blocks
If I use hide(), I can simply hide and show the blocks.
If I use remove, I would have to append the list of blocks to load in a new block into a column.
I'm not sure which is the best approach to take.
I'd be grateful for any advice on best practise, i.e. to hide() or remove() and any other advice on building this kind of interface.
Thank,
Sam.