First of all - thanks for this terrific plugin...
Just wondering if it's possible to load all the months collapsed by default (instead of having most recent month expanded)?
First of all - thanks for this terrific plugin...
Just wondering if it's possible to load all the months collapsed by default (instead of having most recent month expanded)?
Looks like I sorted it out... just need to change the line:
jQuery('.car-collapse').find('.car-monthlisting:first').show();
to
jQuery('.car-collapse').find('.car-monthlisting:first').hide();
Looking good...
Just comment out the line instead by putting // in front of it. It collapses all months by default and then that lines re-opens the first month. If you comment it out or remove it, then they'll all stay collapsed.
This topic has been closed to new replies.