To hide a div using JavaScript, get reference to the div element, and assign value of "none" to the element.style.display property.
確定! 回上一頁