A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mickey/videojs-progressTips below:

mickey/videojs-progressTips: video.js plugin to display the time on hover of the progress bar.

Display a tooltip on hover with the time on video.js players.

This plugin was updated to and tested on video.js 4.6.4. It depends on jQuery.

<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="video.js"></script>
<script src="dist/videojs.progressTips.min.js"></script>
<link rel="stylesheet" href="dist/videojs.progressTips.css" type="text/css" />
<video id="video" src="movie.mp4" controls></video>
<script>
videojs('video', {}, function() {
  this.progressTips(); // "load the plugin, no options!"
});
</script>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4