JS music player that resembles a sony walkman from 2008 doqmeat.tngl.io/js-walkman-mp3-player
html-template
0

Configure Feed

Select the types of activity you want to include in your feed.

js-walkman-mp3-player / files / tooltip.js
205 B 10 lines
1(function ($) { 2 $(document).ready(function () { 3 $("[title]").style_my_tooltips({ 4 tip_follows_cursor: true, 5 tip_delay_time: 10, 6 tip_fade_speed: 10, 7 attribute: "title", 8 }); 9 }); 10})(jQuery);