$(function()( $("a").each(function()( if ($(this).attr("href") == window.location.pathname)( $(this).addClass("selected"); ) )); ));
Ta funkcija bo dodala razred »izbran« vsem povezavam (tudi relativnim), ki vodijo do trenutne strani.
$(function()( $("a").each(function()( if ($(this).attr("href") == window.location.pathname)( $(this).addClass("selected"); ) )); ));
Ta funkcija bo dodala razred »izbran« vsem povezavam (tudi relativnim), ki vodijo do trenutne strani.