, / , , , .
jQuery , , . youtube ( ) div, , , .
jQuery:
$('.with-tooltip').hover(function() {
$(this).find('.tip').toggle();
});
<div class="with-tooltip"></div>, <div class="tip"></div>, .
, , jQuery, , : jquery $(document).ready(function() {...}); .. ..
Im, , cus jQuery, -, : HTML CSS.
, , CSS .tip {...}, , .. .....