Guest User

Untitled

a guest
May 21st, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. $("#Inmuebles_PrecioPropietario").change(function () { addsuma(); });
  2. $("#Inmuebles_Honorarios").change(function () { addsuma(); });
  3. $('#Inmuebles_Porcentaje').change(function () { addsuma(); });
  4. $('#Inmuebles_IdIva').change(function () { addsuma(); });
  5.  
  6. ($("#Inmuebles_PrecioPropietario")||$("#Inmuebles_Honorarios")||$('#Inmuebles_Porcentaje')|| $('#Inmuebles_IdIva')).change(function () { addsuma(); });
  7.  
  8. $("#Inmuebles_PrecioPropietario,#Inmuebles_Honorarios,#Inmuebles_Porcentaje,#Inmuebles_IdIva").change(function () { addsuma(); });
Add Comment
Please, Sign In to add comment