Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added documentation/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/autoactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$('#status').hide();
Expand Down
2 changes: 1 addition & 1 deletion documentation/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
// make existing elements 60% of window height
Expand Down
2 changes: 1 addition & 1 deletion documentation/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
// make existing elements 60% of window height
Expand Down
2 changes: 1 addition & 1 deletion documentation/custom-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$('.custom-selector').css({'height': $(window).height() * 0.6 });
Expand Down
2 changes: 1 addition & 1 deletion documentation/data-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$('.story').css({'height': $(window).height() * 0.6 });
Expand Down
2 changes: 1 addition & 1 deletion documentation/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Fifth List</h2>
<div class="custom">Antarctica</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
$(function() {

Expand Down
2 changes: 1 addition & 1 deletion documentation/event-itemfilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$('#status').hide();
Expand Down
2 changes: 1 addition & 1 deletion documentation/event-itemfocus.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$('#status').hide();
Expand Down
2 changes: 1 addition & 1 deletion documentation/events-and-callbacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
// make existing elements 60% of window height
Expand Down
2 changes: 1 addition & 1 deletion documentation/from-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$.getJSON('http://www.filltext.com/?callback=?', {
Expand Down
2 changes: 1 addition & 1 deletion documentation/huge-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="stories"></div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
console.time('startDownload');
Expand Down
2 changes: 1 addition & 1 deletion documentation/trigger-offset.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollstory.js"></script>
<script src="../dist/jquery.scrollstory.js"></script>
<script>
(function($) {
$('#status').hide();
Expand Down