$(function () { var sContent = ""; //暫存原本的內容 $("div.editable li").on("focusin focusout", function (event) { $("span.status-event").text(event.type);
確定! 回上一頁