Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript ‘Load All’ removing html — help? Re: ‘Load All’ removing html — help?

#141127
waylaid
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