<input type="text" value="20" class="input_sum"> $('.input_sum').live('change', function(){ alert($(this).val()) })