$(function() { var elm = $('#vid,#square').on('change input keyup', function() { $('#price').val(this.value * elm.not(this).val()) }); });