Hello, I've been searching lots and found many tutorials for Javascript / jquery on click expandable divs..
e.g. http://www.dustindiaz.com/basement/block-toggle.html
However what I am looking for,is slightly different .. I need to load the div content on click... rather than hidden loading the div in the background... with display:none for example.
Here is a working example of content loaded on demand http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
Now obviously this is quite complex for such a little task.. I simply need a simple text link that expands the div below.
I hope that made sense... any ideas guys?