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

Close iframe by Javascript #45

Closed gigbuilder closed 8 years ago

gigbuilder commented 8 years ago

I cannot find a way to access the eModal object to close via javascript.

I tried: m=eModal.iframe(data,title); m.modal('hide');

and other variances.... What gives?

ghost commented 8 years ago

eModal.iframe(data,title);

eModal.close();

saribe commented 8 years ago

Yes holmes, that is the way it should be!

Thanks!