diff --git a/README.md b/README.md index f302749..8174cd2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $(function () { scrollTrigger: false, // Set a custom triggering element. Can be an HTML string or jQuery object scrollTarget: false, // Set a custom target element for scrolling to. Can be element or number scrollText: 'Scroll to top', // Text for element, can contain HTML - scrollTitle: false, // Set a custom title if required. Defaults to scrollText + scrollTitle: false, // Set a custom title if required. scrollImg: false, // Set true to use image activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF' zIndex: 2147483647 // Z-Index for the overlay diff --git a/index.html b/index.html index f94e8fe..4b3ef71 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ scrollTrigger: false, // Set a custom triggering element. Can be an HTML string or jQuery object //scrollTarget: false, // Set a custom target element for scrolling to the top scrollText: 'Scroll to top', // Text for element, can contain HTML - scrollTitle: false, // Set a custom title if required. Defaults to scrollText + scrollTitle: false, // Set a custom title if required. scrollImg: false, // Set true to use image activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF' zIndex: 2147483647 // Z-Index for the overlay