Team:UCL/Science

From 2014.igem.org

(Difference between revisions)
Line 122: Line 122:
<!--=================Javascript===================-->
<!--=================Javascript===================-->
<script>
<script>
-
var wall = new freewall("#grid");
+
$(function() {
-
wall.reset({
+
$("#grid").each(function() {
-
selector: '.box',
+
var wall = new freewall(this);
-
animate: true,
+
wall.reset({
-
cellW: 300,
+
selector: '.size320',
-
cellH: 300,
+
cellW: 320,
-
onResize: function() {
+
cellH: 320,
-
wall.refresh();
+
onResize: function() {
-
}
+
wall.fitWidth();
 +
}
 +
});
 +
wall.fitWidth();
 +
});
 +
$(window).trigger("resize");
});
});
-
wall.fitWidth();
 
-
// for scroll bar appear;
 
-
$(window).trigger("resize");
 
</script>
</script>
</html>
</html>
{{:Team:UCL/Template:footerx}}
{{:Team:UCL/Template:footerx}}

Revision as of 14:53, 17 October 2014

Goodbye Azodye UCL iGEM 2014

Contact Us

University College London
Gower Street - London
WC1E 6BT
Biochemical Engineering Department
Phone: +44 (0)20 7679 2000
Email: ucligem2014@gmail.com

Follow Us