adding two variables together
- by James Trusler
I have been trying for... about 4 hours now lmao.
currentCalc returns 50
currentSum returns 0 when i alert them. Yet I cannot add them together with parseInt????
what am i doing wrong :'(
var identRow = $('tr.identRow');
identRow.each(
function(){
var getIdentClass = $(this).attr('class').split(' ').slice(1);
$('tr.ohp' +…