Auto close modal speed
Auto close modal speed
Is there any way I can change the speed of auto-close modal? Currently I have enable the auto-close modal after saving changes but I notice there are some delay (about 3s), can I change it to close modal immediately after I save changes?
- D Oliveira
- AppGini Super Hero
- Posts: 337
- Joined: 2018-03-04 09:30
- Location: Orlando, FL
Re: Auto close modal speed
I haven't tested this but you can track the on click event of #update and #insert button and try to close the modal by calling the .click() event on the id for the X to close the modal.