$('input:button').filter(function() { var val = +$(this).val(); return val >= 0 && val <= 9; }).bind('click', function(){...});