//save tablet jQuery(\"#savetablet\"+jTablets[i].idtablets).on(\'click\', function() { alert(\"alertsepy2...\"); console.log(jTablets[i].idtablets); jQue
$.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/