$(".yourdiv").children().css({userSelect: 'none'});. That's in case you want to disable selection using the CSS user-select property ...
確定! 回上一頁