http://test.production.esa.edu.au/NDLRN/ndlrnCatalog/final.html
I got the accordian effect working, but the 'show detail' text needs to be replaced with 'hide detail' when it is clicked on.
replace 'show detail' with 'hide detail' and vice versa when clicked on again.
here's some of the key code i added to the jquery:
in .find("h3") i added .prepend('<span class="showHide" style="float:right;">Show Details</span>')
Open in new window