Stripping away all HREFs from top-level main nav
authorLaury GvR <laury@gaslightmedia.com>
Thu, 22 Jan 2015 18:25:24 +0000 (13:25 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 22 Jan 2015 18:25:24 +0000 (13:25 -0500)
footer.php

index 42e3ab6..394b29d 100755 (executable)
 
     </body>
     <?php wp_footer();?>
+    <script>
+        jQuery(document).ready(function(){
+            jQuery(".top-bar > section > ul > li > a").attr('href','#');
+        });
+    
+    </script>
 </html>
\ No newline at end of file