Lets say I have <input id="inpID" type="number" min="1" max="5" value="3"></input>
would this code be legal:
$("#inpID").val('');
and does it work in practice in different environments/browsers?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…