Ero sivun ”Widget:LakebaroFix” versioiden välillä
Järvi-meriwikistä
Rivi 16: | Rivi 16: | ||
jQuery( '.jwCollapseClose' ).on( 'click', function() { | jQuery( '.jwCollapseClose' ).on( 'click', function() { | ||
+ | console.log( jQuery( this ).parents( '.jwCollapse' ).first().find( '.jwCollapseToggle' ).first() ); | ||
if ( jQuery( this ).parents( '.jwCollapse' ).first().find( '.jwCollapseToggle' ).first().is( ':visible' ) ) { | if ( jQuery( this ).parents( '.jwCollapse' ).first().find( '.jwCollapseToggle' ).first().is( ':visible' ) ) { | ||
− | + | console.log( 'visible' ); | |
} else { | } else { | ||
+ | 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 | ||
}, 100 ); | }, 100 ); | ||
− | |||
}); | }); | ||