音樂播放按鈕 1 <button type="button" id="btn-play">點擊播放音樂</button> 1 2 3 4 5 var button_audio = new Audio("網址"); $("#btn-play").click(function(){ button_audio.play(); }); jquery 其他相關 【jQuery】用JS+CSS實作常用元件 【jQuery】實作滾動頁面頁籤變換 【jQuery】實作點擊錨點滑動至該區塊 【jQuery】實作數量選擇器 【jQuery】判斷式