Advertisement
Guest User

Untitled

a guest
May 6th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $.each($("td[name='CREDITO']"), function () {
  2. $credito += parseFloat($(this).prev().text().replace(",", "."), 0);
  3. });
  4.  
  5. $("#CREDITO").append("R$ " + $credito);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement