我與一些輸入型如輸入類型數量不跨瀏覽器友好
<!DOCTYPE html>
<html>
<body>
<form action="demo_form.asp">
Quantity (between 1 and 5): <input type="number" name="quantity" min="1" max="5">
<input type="submit">
</form>
</body>
</html>
這很好地工作在Chrome,但不能在Firefox或IE工作。我如何使它在IE9 +,Firefox等工作?或者我需要替代的人可以建議?
Nope:http://caniuse.com/#feat=input-number – Taz 2013-02-20 00:53:56