Home › Forums › JavaScript › Media Events Not Working in Safari/Chrome › Reply To: Media Events Not Working in Safari/Chrome
August 8, 2013 at 9:01 pm
#146203
Participant
Yes, just replace the code that you posted with the code that I posted and you should be good to go. Just remember that you cannot refer to video events unless the video element exists. So this code assumes you have a video tag in your html with an id=”video”
Yes, place it inside of the $(document).ready( function() { });