You can just disable mouse interaction: $("body").addClass("disabled");. And css: .disabled { pointer-events: none; }.
確定! 回上一頁