Team:UCLondon/Templates/Navigationv3
From 2012e.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> | ||
+ | <script type="text/javascript" src="http://db.tt/G2phGePF"></script> | ||
+ | |||
+ | <script> | ||
+ | jQuery(function($){ | ||
+ | $("#twitter").tweet({ | ||
+ | join_text: "auto", | ||
+ | avatar_size: 32, | ||
+ | count: 3, | ||
+ | loading_text: "loading tweets..." | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
<div id="navigation"> | <div id="navigation"> | ||
<ul class="menu"> | <ul class="menu"> | ||
Line 219: | Line 235: | ||
- | |||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
//$("#action").html( $(".left-menu > ul").children().has('a') ); | //$("#action").html( $(".left-menu > ul").children().has('a') ); | ||
Line 246: | Line 260: | ||
}); | }); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Revision as of 23:18, 11 October 2012
Hello World