Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created February 18, 2018 06:08
Show Gist options
  • Save jerrickhakim/4391802e688e2c04c376b4d41c81ccd5 to your computer and use it in GitHub Desktop.
Save jerrickhakim/4391802e688e2c04c376b4d41c81ccd5 to your computer and use it in GitHub Desktop.
(function($){
$(document).ready(function(){
$("#VIDID").bind('ended', function(){
location.href="/urlhere";
});
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment