Skip to content

Instantly share code, notes, and snippets.

View brightwaltz's full-sized avatar

kenichi.shibata brightwaltz

View GitHub Profile
$('audio,video').mediaelementplayer({
success: function (player, node) {
$('#' + node.id + '-mode').html('mode: ' + player.pluginType);
//終了したら,停止
player.addEventListener('ended', function () {
// Player is ready
player.stop();
}, false);
},
});
@brightwaltz
brightwaltz / tumblr_tag_clouds_css_color
Created February 17, 2013 09:13
[Tumblr]Tumblr Tag Clouds 色の設定
div.tag_cloud a, div.tag_cloud a:visited { color: #000000 }
div.tag_cloud a:hover, div.tag_cloud a:active { color: #696969 }