asked on August 23, 2016
I have used the following code to determine where or not to remove a collection's records:
But the deletion trigger causes the focus to move back to the beginning of the form.
I have tried using
$('.depform').remove();
but it completely removes everything and I cannot make the call to append a row should another selection is made.
0
0