https://github.com/mickey/videojs-progresstips
video.js plugin to display the time on hover of the progress bar.
https://github.com/mickey/videojs-progresstips
Last synced: 4 months ago
JSON representation
video.js plugin to display the time on hover of the progress bar.
- Host: GitHub
- URL: https://github.com/mickey/videojs-progresstips
- Owner: mickey
- License: mit
- Created: 2013-09-16T00:40:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T11:04:58.000Z (over 11 years ago)
- Last Synced: 2025-04-18T03:55:39.583Z (about 1 year ago)
- Language: JavaScript
- Size: 2.09 MB
- Stars: 23
- Watchers: 7
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# videojs-progressTips
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.
## Getting Started
Download [videojs](http://www.videojs.com/) and [videojs.ga](https://github.com/mickey/videojs-ga)
In your web page:
```html
videojs('video', {}, function() {
this.progressTips(); // "load the plugin, no options!"
});
```
## Options
No options so far! YAY!