simple-expand
simple-expand copied to clipboard
Default: display
Is it possible to have the content as visible by default, first click will hide rather than show?
Did you try https://github.com/sylvain-hamel/simple-expand/issues/12?
HI,
I tried this in the footer of my page but it fails to open the .content divs
$(document).ready(function(){
$(".expander").click();
});
Thank you.