Team:UCLondon/Templates/timeline-item

From 2012e.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 11: Line 11:
<h1></html>{{{title}}}<html></h1>
<h1></html>{{{title}}}<html></h1>
<p></html>{{{description}}}<html></p>
<p></html>{{{description}}}<html></p>
-
             <ul class="participants"></ul>
+
             <div class="participants"></html>{{{participants}}}<html></div>
  </li>
  </li>
Line 18: Line 18:
</div>
</div>
-
 
-
<script>
 
-
 
-
$(document).ready(function(){
 
-
 
-
var participants = '</html>{{{participants}}}<html>';
 
-
alert(participants);
 
-
 
-
participants = participants.split(',');
 
-
 
-
 
-
 
-
$(participants).each(function(i){
 
-
    $('.participants').append($(this).text());
 
-
});
 
-
 
-
});
 
-
 
-
</script>
 
</html>
</html>

Latest revision as of 01:18, 21 October 2012