Pogledajte određenu poruku
Staro 26. 12. 2011.   #3
webarto
expert
Grand Master
 
Avatar webarto
 
Datum učlanjenja: 11.04.2010
Poruke: 998
Hvala: 141
959 "Hvala" u 153 poruka
webarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished road
Default

Stavi ID sidebar na taj UL.

PHP kôd:
$('#sidebar a').click(function() {
  $(
'#sidebar a').removeClass('current');
  $(
this).addClass('current');
}); 
^ Ovo je jQuery, stavi <script> prije </body>
__________________
Github // LinkedIn // PHP // ZCE // Stackoverflow PHP // Site5 Web Hosting

Poslednja izmena od webarto : 26. 12. 2011. u 21:14.
webarto je offline   Odgovorite uz citat