saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

How to use loading modal #88

Open gabrielstelmach opened 5 years ago

gabrielstelmach commented 5 years ago

Hi there,

I'm trying to use this nice lib, however, I couldn't get working the "loading" modal. The example: eModal.setEModalOptions({ loadingHtml: 'Loading', ... });

Didn't helped me. Please, could you give a complete example of activate and hide the loading window?