SyntaxFix
Write A Post
Hire A Developer
Questions
Try this
$(function(){ $("input[type='number']").prop('min',1); $("input[type='number']").prop('max',10); });
Demo