I need to Remove this First Name :
ONLY.
I have already assign it to a variable. how to remove only that from DOM.
example:
First Name :<input type="text" name="first_name" id="firstName" value="" maxlength="100" />
var label = document.getElementById(id)['previousSibling'].nodeValue;
now the label
variable contains the value First Name :
I need to remove this dynamically from the DOM.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…