Hi Developers,
How to swap two div using Jquery
I need swap div's on my aspx web form
I am struggling on swap div's using jquery.
1. I have a div named div1 and div1
2. I have 2 radio buttons like radio1 and radio2
3. if i click button radio1 means div1 place goes 2 div2 place
4. if i click button radio2 means div2 place goes 2 div1 place
Above is my requirement, i have a web form with so many div's I need to implement this concept now.
Thanking you
Paul.S