SimpleModal 1.2.1 Released
Includes bug fixes reported by calderon.joe (thanks joe):
- Fixed iframe errors when iframe option set to false
- Fixed auto centering to use data width/height if container width/height is not set
Also changed the default for the iframe
option to false
.
Links: Project Page | jQuery Plugins Page
Topics: SimpleModal
3 Comments
Thanks for the great work. Is it possible to load an external (html) page into the modal popup? I haven't seen any examples for that.
Thanks again.
Try this:
$.get('page.html', function(data) { $.modal(data); });
HTH
Thanks Andre!
@Robin - there contact form demo contains another example.