Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
advance-ui-scrollspy.js
back
Copy
/* * Advance Ui Scrollspy */ // Floating-Fixed table of contents (Materialize pushpin) - advance-ui-scrollspy.html if ($("nav").length) { $(".toc-wrapper").pushpin({ top: $("nav").height() }); } else if ($("#index-banner").length) { $(".toc-wrapper").pushpin({ top: $("#index-banner").height() }); } else { $(".toc-wrapper").pushpin({ top: 0 }); }