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