I have this table and i can not make working the function calculator in the td.
The script works perfectly but when i edit the number in the cell( just clicking over the cell to get the input number), i do not get the Total Result. Can you explain which event i should apply to my jeditable plugin? Do you know maybe a different or better method to achieve that?
Thanks
You should use
callbackevent and assign the proper event handler to calculate the total.Check this code which works and add more actions if think they are needed.
Your code is very strange for me, but anyway it works.
Function
tallyshould be defined outsideonrender$(function(){ ... });block as a global function.