Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 26: | Rivi 26: | ||
console.log( 'click' ); | console.log( 'click' ); | ||
console.log( jQuery ( this ).parents( '.JwCard' ) ); | console.log( jQuery( this ).parents( '.JwCard' ) ); | ||
console.log( document.fullscreenElement ); | console.log( document.fullscreenElement ); | ||
var elem = jQuery ( this ).parents( '.JwCard' ); | var elem = jQuery( this ).parents( '.JwCard' )[0]; | ||
if (!!document.fullscreenElement) { | if (!!document.fullscreenElement) { | ||


