Has attribute value with 123: <input type="text" value="123" />
<hr />
Has empty value attribute, enter 123 manually: <input type="text" />
<hr/>
<button id="attr">remove using attribute</button>
<button id="val">remove using the actual value</button>