Changeset 1342099
- Timestamp:
- 02/03/2016 10:30:37 AM (10 years ago)
- File:
-
- 1 edited
-
scroll-to-anywhere/trunk/scfront.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scroll-to-anywhere/trunk/scfront.php
r1342087 r1342099 122 122 123 123 <script> 124 jQuery('#scroll-to-top').hide(); 124 125 jQuery(window).scroll(function () { 126 125 127 if (jQuery(this).scrollTop() != 0) { 126 128 jQuery('#scroll-to-top').fadeIn();
Note: See TracChangeset
for help on using the changeset viewer.