The jQuery empty() method will remove all the contents of the selection. This method does not remove the element itself, or its attributes . $("div").empty();.
確定! 回上一頁