├── README.md ├── bower.json ├── jquery-scrolltofixed-min.js ├── jquery-scrolltofixed.js ├── license.txt ├── package.json ├── test-min.html ├── test.html └── tests ├── basic.html ├── bounding_box.html ├── box_sizing_border_box.html ├── fake_centering.html ├── horizontal_scroll.html ├── position_absolute.html ├── position_absolute_in_relative.html ├── position_absolute_margin.html ├── position_top_arg.html └── position_with_floats.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/bower.json -------------------------------------------------------------------------------- /jquery-scrolltofixed-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/jquery-scrolltofixed-min.js -------------------------------------------------------------------------------- /jquery-scrolltofixed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/jquery-scrolltofixed.js -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/license.txt -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/package.json -------------------------------------------------------------------------------- /test-min.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/test-min.html -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/test.html -------------------------------------------------------------------------------- /tests/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/basic.html -------------------------------------------------------------------------------- /tests/bounding_box.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/bounding_box.html -------------------------------------------------------------------------------- /tests/box_sizing_border_box.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/box_sizing_border_box.html -------------------------------------------------------------------------------- /tests/fake_centering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/fake_centering.html -------------------------------------------------------------------------------- /tests/horizontal_scroll.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/horizontal_scroll.html -------------------------------------------------------------------------------- /tests/position_absolute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/position_absolute.html -------------------------------------------------------------------------------- /tests/position_absolute_in_relative.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/position_absolute_in_relative.html -------------------------------------------------------------------------------- /tests/position_absolute_margin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/position_absolute_margin.html -------------------------------------------------------------------------------- /tests/position_top_arg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/position_top_arg.html -------------------------------------------------------------------------------- /tests/position_with_floats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigspotteddog/ScrollToFixed/HEAD/tests/position_with_floats.html --------------------------------------------------------------------------------