Difference between revisions of "Template:WLC-Milwaukee/Navbar"

Line 159: Line 159:
  
 
<script>
 
<script>
/*
+
 
$(".dropdown-menu > li > a").hover(function(){
+
$('.dropdown-menu > li > a').hover(function(){
   console.log(this);
+
   console.log($(this));
    $(this).children("i")[0].addClass("fa-spin");
+
  $(this).children('.fa').addClass('fa-spin');
 
});
 
});
*/
+
 
  
 
</script>
 
</script>
  
 
</html>
 
</html>

Revision as of 17:33, 29 October 2017