Martin Quevedo

Results 4 comments of Martin Quevedo

hello, in line 452: $(td).find('.tabledit-delete-button').addClass('active'); should it be $(td).find('.tabledit-confirm-button').addClass('active'); ?

also, in line 443: $(td).parent('tr').remove(); I think it should not be removed yet, since there can be an error from the php script

same goes for line 280 this whole section should be called in the ajax function $(td).each(function() { // Get input element. var $input = $(this).find('.tabledit-input'); // Set span text with...

are you guys still working on this project ?