Changes between Initial Version and Version 1 of Ticket #44431, comment 3
- Timestamp:
- 06/26/2018 10:39:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44431, comment 3
initial v1 6 6 7 7 {{{ 8 jQuery( document ).on( 'scroll', function( event) {8 jQuery( document ).on( 'scroll', function() { 9 9 console.log( window.scrollY ); 10 10 } );