The forum must think that bastard is a bad word. It could be used in flaming I suppose.
Anyways, here's the problem and the solution, as I thought it was the "ontoggle" event. Add the red comment tokens as shown to the highlighted line (from the page's source code):
Code:
<script type="text/javascript">
animatedcollapse.addDiv('twosteelballs', 'fade=1')
animatedcollapse.addDiv('grampit', 'fade=1')
animatedcollapse.ontoggle=function($, divobj, state){
//alert("1) DIV ID: " + divobj.id + "\n2) Current State: "+state)
}
animatedcollapse.init()
</script>
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks