$(':input[id="inputs"]').change(function () { value = this.value; carp=$(this).data("carp"); sonuc=value*carp; });