Resume after preventdefault()

Resume after preventdefault()

I am using event.preventdefault() to prevent various default events occurring. 
I Displaying a modal / lightbox window instead.

The window has some buttons one of which will allow the event to continue.

Is there any way to store the prevented event and run it later?

If it helps although the elements which have prevented events are very dynamic i can be certain that the only event which may need to be continued is the last one which was prevented

perhaps the  event.isDefaultPrevented() can help