Hidden object:
document.getElementById("id"); //from tag
document.getElementById("id").value; //from inputdocument.getElementsByTagName("H1")[0].removeAttribute("class");
$(".btn_logout").removeAttribute("hidden");
$(".btn_logout").style.display = 'block';
$(".btn_logout").style.display = 'visible';
$(".btn_logout").setAttribute("class", "hidden");
$(".btn_logout").style.display = 'none';
$(".btn_logout").style.visibility = 'hidden';
Sekian, terimakasih atas kunjungannya.
Salam,
PHP Aku : Membangun web terorganisasi dan mudah dimengerti, contoh tutorial dengan menggunakan HTML, CSS, JavaScript, SQL, PHP, dan XML.
EmoticonEmoticon