Making HTML5 video draggable without losing the controls
问题 I have an HTML5 video player in this jsfiddle - http://jsfiddle.net/6B7w7/ that works fine. When you click the "Video1 - BranFerren" line the video loads and plays, and the controls work fine: <div id="video1" class="video_link">Video 1 - BranFerren   <b>6:15</b></div> <div id="videoPlayer_wrapper"> <video id="videoPlayer" width="600" height="340" controls > </video> </div> But I want to be able to drag the player to a different part of the screen while it's playing. So I tried to