... element, ajax and utility operations with plain javascript. ... function toggle(el) { if (el.style.display == 'none') { el.style.display = ''; } else ...
確定! 回上一頁