javascript - what event triggers youtube iframe to show controls -


i have youtube iframe div same size on top of it. when mouse enters youtube iframe, youtube control bar automatically shown. because of overlaying div, event not triggering. trying trigger event whenever mouse enters overlaying div using jquery.

the problem can't seem figure out event triggers control bar show (or if want possible). have tried hover, mouseenter/mouseleave, no avail...


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -