Can you recommend me a way when is clicked on the second box to disappear and in its place to move the third box ?
You can see it here http://jsfiddle.net/q6t7W/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add a class to the elements you want to be hide-able, and then target those for the click event..
example at http://jsfiddle.net/SmdCy/
so add a
class="hideable"to the elements your want and use the code