Team:UCLondon/Templates/Navigation

From 2012e.igem.org

(Difference between revisions)
Line 162: Line 162:
   <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
   <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
   <script type="text/javascript">
   <script type="text/javascript">
-
       $("#action").html($(".left-menu > ul").html() + $(".right-menu > ul").html() );
+
       $("#action").html($(".left-menu > ul:has(a)").html() + $(".right-menu > ul:has(a)").html() );
   </script>
   </script>
</html>
</html>

Revision as of 19:19, 12 September 2012