I seen another member post this: http://jsfiddle.net/Q4PUw/2/ But I can't get it to work.
He used someone else's example with the <div class="sitesection">
so I'm not sure how that works. All I want is a link that says "Expand" and it the text will scroll out after the link is clicked.
What is the javascript part supposed to look like? This: ?
<script language="javascript">
$('.expand-one').click(function(){
$('.content-one').slideToggle('slow');
});
</script>
I believe I messed the DIV up, as I don't know where to use it. But when I click the link in the example, it just brings up www.mysite.com/page.html# As the ahref is #.