How to trigger video to play when link is clicked, and then pause again using the same link?
Hello,
With jQuery can I trigger a video to play and then pause when a single anchor is clicked on?
I have a page with 5 videos on it, I don't want to use the controls on the videos themselves, thinking of putting an anchor next to each which will say play. Click it the video plays, the play text changes to pause, click it again it pauses and returns to play again.
Thanks