mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Last menu bar layout improvement and download button review
This commit is contained in:
parent
bde347fff3
commit
91e86a454f
7 changed files with 42 additions and 19 deletions
|
@ -171,7 +171,11 @@ $(document).ready(function () {
|
|||
|
||||
$('[data-toggle="popover"]').popover();
|
||||
$('[data-toggle="tooltip"]').tooltip({container: 'body'});
|
||||
|
||||
$('[data-toggle="tooltip"]').on('click', function () {
|
||||
var t = this;
|
||||
setTimeout(function(){$(t).tooltip('hide');}, 2000);
|
||||
});
|
||||
|
||||
$(".thumbsImage").on("mouseenter", function () {
|
||||
gifId = $(this).find(".thumbsGIF").attr('id');
|
||||
$(".thumbsGIF").fadeOut();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue