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
Pingback: jQuery SimpleModal Plugin Version 1.2 with NicEdit WYSIWYG Editor
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.