SyntaxFix
Write A Post
Hire A Developer
Questions
$.each($('input[type=number]'),function(){ alert($(this).val()); });
This will alert the value of input type number fields
input type number
Demo is present at http://jsfiddle.net/2dJAN/33/