I am looking to make the content within <div class="tcw-content">
dynamically change when a different div is clicked. I have little experience with Ajax, so I'm wondering if there are alternative ways to accomplish this using JS/CSS. If anyone has any examples or suggestions, I would greatly appreciate it! For instance, when a user clicks on
<li id="tab-tab_700964" class="grp"><a>Group A</a></li>
, I want the content inside the specified div to update instantly.
Can anyone guide me on how to achieve this?