mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
New images
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function () {
|
||||
$("#nav li a").each(function () {
|
||||
var hreflink = $(this).attr("href");
|
||||
if (hreflink == location.href.split("/").pop()) {
|
||||
$(this).parent().addClass("selected");
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user