$("#id_client").val(function (i, value) { return parseInt(value, 10)/*<- можно просто +value*/ + 1; });