Closed Usama-Tahir closed 3 years ago
Hi, first of all, congrats on such a good project. I was wondering if there is a way to capture click event on button click (Full Screen button)?
Hi,
You can try this:
jQuery( '.sp-full-screen-button' ).on( 'click', function() { console.log('click'); } );
Hi, first of all, congrats on such a good project. I was wondering if there is a way to capture click event on button click (Full Screen button)?