Still learning jquery here and I’ve tried to setup a set of divs that expand and then close, however nothing is happening on the close. Can someone explain what I’m doing wrong?
Thanks!
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 are dynamically adding the
span.closeelement.So you need to use the
.livemethod to bind the events..Also note that i used
prevas there is no next element (and you seem to want to bring back the one you close earlier..)..working demo at http://jsfiddle.net/gaby/N6Jkw/1/