Team:Peking/firsttry/js/inside.js

From 2014.igem.org

Revision as of 08:42, 2 October 2014 by Success (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$(document).ready(function(){ inside(); }); function inside() { $("#sidenav").css( "height", $("#midbody").height()); $("#list").pin({ containerSelector: "#sidenav" }); };