SyntaxFix
Write A Post
Hire A Developer
Questions
According to the jQuery docs, calling toggle() without parameters will toggle visibility.
toggle()
$('#play-pause').click(function(){ $('#video-over').toggle(); });
http://jsfiddle.net/Q47ya/