jeter20131220 há 3 anos atrás
pai
commit
ef416ff99b
1 ficheiros alterados com 10 adições e 1 exclusões
  1. 10 1
      about/goto2.js

+ 10 - 1
about/goto2.js

@@ -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();