先看以下程式碼,假設我們給a標籤繫結一個click和hover事件: $(document).ready(function(){ $('a').bind({ hover: function(e) { // Hover event ...
確定! 回上一頁