Find Classes
About us
For Schools
For Parents
New York
Login
Educator
Parent
We’re Hiring
Find classes
Test video
$('.cover').on('click', function () { $(this).children().css({ 'z-index' : 1, 'opacity': 1 }); $(this).children().trigger('play'); });$('video').on('click', function () { console.log('a'); });