[jQuery] SimpleModal confirmation box
I am trying to overwrite JavaScript confirm method with SimpleModal
dialog. The problem is, I cannot call it outside of document.ready.
If I just write confirm(parameters) all I get is a blank box without
any text. How to fix this issue?