How can I wait for customised user confirmation?
I have created a custom confirm function which creates a bootstrap confirmation box.
There is a third party javascript library, which has an event if we return true in that event means the further process will run else return false will not run the execution.
Javascript wait for customised user confirmation
I have created a custom confirm function which creates a bootstrap confirmation box.
There is a third party javascript library, which has an event if we return true in that event means the further process will run else return false will not run the execution.