I have this jQuery code which works fine. When I click on the wrapper the first time, it will fold on itself from top to bottom. What I want is for the same animation to repeat again when I click on wrapper but upwards, i.e. from bottom to top . my all code is as belowI have this jQuery code which works fine. When