treehouse : what would you like to learn today?
Web Design Web Development iOS Development

angela_laura

  • Usercontrols for videos?

    Got this so far, but how do i change the button to an anchor? function vidplay() { var video = document.getElementById("Video1"); var button = document.getElementById("play"); if (video.paused) { …
    Comment by angela_laura December 2012 permalink
  • Usercontrols for videos?

    OK I realise the solution is probably with jQuery. I need an anchor next to the video that when clicked it triggers the video to play, then the text 'play' changes to 'pause' so then on click event it triggers the video to pause.…
    Comment by angela_laura December 2012 permalink