|
@@ -367,4 +367,13 @@ $("*").each(function (index, element) {
|
|
|
$( ".nav-item3").removeClass('nav-item-achive');
|
|
|
});
|
|
|
}
|
|
|
- showItem();
|
|
|
+ showItem();
|
|
|
+
|
|
|
+// function showItem2(){
|
|
|
+// $(".nav-item2").click(function(){
|
|
|
+// $(this).addClass('nav-item-achive');
|
|
|
+// $(this).siblings().removeClass('nav-item-achive');
|
|
|
+
|
|
|
+// });
|
|
|
+// }
|
|
|
+// showItem2();
|