treetops
02-03-2012, 03:01 PM
Hello
I want to change the content of a <div> (or swap divs?)when a user clicks a link just below it.
What is the best method for doing this? It's only a small bit of html content inside the div that i need to swap when someone clicks a link just below it.
E.g
<div>
{html content 1}
</div>
(link to replace content 1 with hidden content 2)
Many thanks if you can help,
Tree
I want to change the content of a <div> (or swap divs?)when a user clicks a link just below it.
What is the best method for doing this? It's only a small bit of html content inside the div that i need to swap when someone clicks a link just below it.
E.g
<div>
{html content 1}
</div>
(link to replace content 1 with hidden content 2)
Many thanks if you can help,
Tree