Home › Forums › JavaScript › ‘Load All’ removing html — help? › Re: ‘Load All’ removing html — help?
July 1, 2013 at 9:05 am
#141127
Member
I also changed this:
> $(this).parent().prev().toggle();
>$(this).prev().toggle();
to:
> $(this).parent().find(‘.morecontent span’).toggle();
to get the toggle to work