Hi.
I am writing my first project in PHP and I have a problem connected with jQuery.
In my test.html page I have a <div> and in there are 3 buttons, one above the other.
When the user clicks the top button, I want a new <div> created under that button with a textbox and one new button (x button). The other 2 buttons must be moved.
After clicking x button, everything should return to its initial state.
On the jQuery homepage if you click the “run code” button you will see what I want.
Thanks for any advice.