Commit c0ef0d8b by doszhang

dos

parent 9f8d0784
......@@ -375,6 +375,11 @@ $(document).ready(function () {
$('.btn-music').on('click', toggleMusic);
//自定义输入框焦点
$('input[name=customize-flag]').on('focus', setCustomizeVal);
$('#music')[0].on('play', function () {
alert(1);
})
});
function setCustomizeVal() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment