Ero sivun ”Widget:LakebaroFix” versioiden välillä
Järvi-meriwikistä
Rivi 16: | Rivi 16: | ||
jQuery( '.jwCollapseClose' ).on( 'click', function() { | jQuery( '.jwCollapseClose' ).on( 'click', function() { | ||
− | + | ||
− | + | var eTop = jQuery( this ).parents( '.jwCollapse' ).first().find( '.jwCollapseToggle' ).first().offset().top; | |
+ | var vTop = jQuery( window ).scrollTop(); | ||
+ | |||
+ | if ( eTop < vTop ) { | ||
console.log( 'visible' ); | console.log( 'visible' ); | ||
} else { | } else { | ||
console.log( 'not visible' ); | console.log( 'not visible' ); | ||
} | } | ||
+ | |||
//jQuery( [ document.documentElement, document.body ] ).animate({ | //jQuery( [ document.documentElement, document.body ] ).animate({ | ||
// scrollTop: jQuery( this ).parents( '.jwCollapse' ).first().offset().top | // scrollTop: jQuery( this ).parents( '.jwCollapse' ).first().offset().top |