aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/video-player.html
Commit message (Collapse)AuthorAgeFilesLines
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901
* Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-071-3/+5
| | | | This widget replaces the buttonset widget
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-301-0/+1
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Tooltip: Update demos to use AMDAlexander Schmitz2015-07-211-12/+2
| | | | Ref #10119
* Tooltip: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Demos: Fix menu markup in tooltip video-player demoJörn Zaefferer2014-11-071-3/+3
|
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tooltip: Don't use `rgba()` for solid colors in video player demoScott González2014-05-061-2/+2
| | | | Fixes a display issue in IE8.
* Tooltip demo: Add a menu to the playlist buttonJörn Zaefferer2014-04-241-1/+31
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-9/+9
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Demos: Fix small typosEric Dahl2013-11-201-1/+1
|
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Demos: Cleanup.Scott González2012-09-101-9/+2
|
* Tooltip demo: Remove leftover styles from popup widget.Scott González2012-08-261-5/+0
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Effects: Renamed all files.Scott González2012-06-151-2/+2
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-041-29/+3
| | | | delete on the menubar branch, while development on master can continue without them.
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Tooltip video player demo: Close tooltip on click of popup button.Scott González2011-05-291-2/+5
|
* Tooltip demos: Cleanup.Scott González2011-05-271-86/+104
|
* Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-071-1/+1
|
* Tooltip/Popup: Improve video-player demoJörn Zaefferer2011-05-071-5/+15
|
* Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-071-22/+41
| | | | video-player demo.
* Popup: Rename _close to close and use it when selecting something within a ↵Jörn Zaefferer2011-05-041-2/+6
| | | | popup.
* Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-021-1/+1
| | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units.
* Tooltip: update video player demo with custom animationsJörn Zaefferer2011-05-021-2/+6
|
* Tooltip: Update demo descriptionJörn Zaefferer2011-05-021-1/+1
|
* Tooltip: Custom styles for video player demoJörn Zaefferer2011-05-021-0/+6
|
* Tooltip: Add video player demoJörn Zaefferer2011-05-021-0/+91