I have an input field: <input type=”range” id=”amtRange” value=”0″ min=”280″ max=”1400″> I want to get the value of the min attribute and see if it is less than another pre-existing value, eg: The amount in the min attribute (280) should be less than the number in the ‘amt’ variable. I can get the value as […]