jQuery plugin to fixing any element on your page when scrolling.
How to use and features look on live preview page.
Structure:
index.html â this file with item description
demo.html â plugin demo page with manual
css/bootstrap.min.css â styles of bootstrap framework. Use for stylization demo page and this page. NOT necessarily for plugin
css/page.css â Use for stylization demo page. NOT necessarily for plugin
css/page.css.map â source map file for page.css
css/simpleStick.css â Use for for plugin work
css/simpleStick.css.map â source map file for simpleStick.css
scss/page.scss â source of page.css
scss/simpleStick.scss â source of simpleStick.css
js/jquery-3.1.0.min.js â jQuery library. NECESSARILY for plugin use
js/simpleStick.js â main file of plugin
js/simpleStick.min.js â compressed version of simpleStick.js
Share This Product