How to Add Two Columns Together with jQuery
Learn how to combine two table columns with jquery to make a total column without having to make this calculation on backend.
This is a short tutorial on how to add two columns together to add them and put them in a total column. <td class="lm_grid"> <tr> <td class="countone">60</td> <td class="counttwo">105</td> <td