Freshbooks Invoice Total Hours
$('.invbody-items:first tbody tr').map(function(){
return parseInt($(this).find('td:eq(3)').text().trim(), 10);
}).get().reduce(function(left, right){
return (left || 0) + (right || 0);
}); // total hours as a number
Written by Oncle Tom
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Console
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#