Team:Peking/firsttry/js/inside.js

From 2014.igem.org

Revision as of 09:17, 2 October 2014 by Success (Talk | contribs)

$(document).ready(function(){ inside(); }); function inside() { var h1= $("#midbody").height(); $("#sidenav").css("height",h);

var h2= $("#sidenav").height(); $("#list").pin({ containerSelector: "#sidenav" });

               alert(h1,h2);

};