jQuery - iGoogle style interface

Posted by samhamilton on Stack Overflow See other posts from Stack Overflow or by samhamilton
Published on 2010-05-17T14:27:51Z Indexed on 2010/05/17 14:30 UTC
Read the original article Hit count: 287

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript