Greetings Tada Community-
Can anyone help out with JS that will reload a page after the delete button is clicked?
Tried this but couldn’t figure it out…
TB.render('component_15', function(data) {
data.ele.find('.af-form-delete').on('click',function(){
location.reload();
});
});
Thanks much,
Adam