Welcome Guest, Not a member yet? Register   Sign In
Template and dynamic classes
#1

[eluser]Radou[/eluser]
Hello everyone.

I am using a template with header.php, sidebar.php, main.php and footer.php
On the sidebar panel I have menus organized such as :

Code:
<ul>
<li class="active"> Test 1 </li>
<li> Test 2 </li>
<li> Test 3 </li>
</ul>

I don't want to load the sidebar everytime, but when I click on the menus I want them to change class to "Active" and remove that class from the first <li>

My question is actually devided on two :

1/ How can I change the class dynamically on click
2/ How to load the main view without loading the page (ajax ?)

Thank you


Messages In This Thread
Template and dynamic classes - by El Forum - 03-26-2013, 04:30 PM
Template and dynamic classes - by El Forum - 03-27-2013, 04:41 AM
Template and dynamic classes - by El Forum - 03-27-2013, 05:23 AM
Template and dynamic classes - by El Forum - 03-27-2013, 05:27 AM
Template and dynamic classes - by El Forum - 03-28-2013, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB