For those who still can't get it to work... Try this to fire up the fatter number pads:
And the js:
$('input[name="no1"]').keypress(function() { if (this.value.length >= 1) { return false; } });