Kaveh
0
Q:

html click hide textbox

//hide
document.getElementById("idOfTextField").style.display = 'none';

//visible
document.getElementById("idOfTextField").style.display = '';
0

New to Communities?

Join the community