HappyWorld
Well-known member
How to open all spoilers in page using JS?
I've tried this but it doesn't work.
I've tried similar code in XF 1 and it worked.
I've tried this but it doesn't work.
Code:
jQuery(document).ready(function(){
jQuery('.bbCodeSpoiler-button').click();
});
I've tried similar code in XF 1 and it worked.