jQuery append and prepend divs and click events

Posted by Murtaza on Stack Overflow See other posts from Stack Overflow or by Murtaza
Published on 2011-11-18T09:40:22Z Indexed on 2011/11/18 9:50 UTC
Read the original article Hit count: 231

Filed under:
|
|

i want to transfer the div's from one parent div to other on click of it.

Please check the below jsfiddle page for the reference

http://jsfiddle.net/fb7Tq/97/

i want to transfer the div on either side when i click on any div in grey it migrates to other div box and changes the style to red when i click back to red div it should come back to its original place in grey style.

How can i achieve this?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery