SimpleModal 1.4.3 Released

SimpleModal 1.4.3 is now available for download.

I never created a post for the 1.4.2 release (back in December 2011), so the following is a summary of changes since 1.4.1:

Changes in 1.4.2
  • Added a new ‘fixed’ option for fixed or absolute positioning
  • Changed overlay to use the document dimensions instead of window
  • Removed opera work-around for close() that was causing issues
  • Added AMD support (thanks to https://github.com/jd-boyd)
Changes in 1.4.3
  • Changed $.boxModel to $.support.boxModel (requires jQuery 1.3+)
  • Fixed potential noConflict bug. Thanks to Erik Westra

If you have any questions regarding SimpleModal, I strongly suggest using stackoverflow. If you find any bugs, please report them on the issues page.

Thanks for using SimpleModal!

Links: Project Page | GitHub Page

23 thoughts on “SimpleModal 1.4.3 Released”

  1. Hello,

    Your plugin is conflicting with All In One Calendar..

    Please contact me for more details!

    thanks
    Andreas

  2. Hi,

    I have installed your plugin in my wordpress site and it is working fine if I enter my credentials correctly. If I put wrong password, the modal window return saying wrong credentions, that´s ok, but then I cannot close the modal window.

    I can click on Cancel, or in the ‘x’ but nothing happen…

    And I can see in console error:

    TypeError: jQuery.easing[jQuery.easing.def] is not a function…

    Do you know how to solve it ?

    Thank you !

  3. Is it a way to chain 2 modal box via javascript ?
    I tried something like:
    $("#nice_div").modal();
    $("#a_button_in_the_nice_div").click(function(){
    $.modal.close();
    $("#another_nice_div").modal();
    })

    $("#another_nice_div") won't show up...

  4. Thanks Eric, on behalf of the thousands of people that have come to benefit from this awesome plugin.

    We heart Eric for making the web a better place

  5. Hello Martin,

    Thanks for great plugin. I have been using it even before i knew what jQuery could turn out to be in future.

    Probably, your AMD support in 1.4.3 has a conflict with require.js which is widely used. I had to continue with 1.4.1.

  6. Hi Eric, big thanks for creating such a great plugin.

    just wanted to let you know that 1.4.3 still has the “Access is denied” issue in IE9 when using JQuery 1.8.1

  7. I have the error “all fields must be filled”. I think this is a problem because i am using it with S2Member any ideas what the solution might be as im loving your plugin.

  8. Any plans on creating a nuget package? It wil greatly help to keep up to date with the latest version…

  9. I just want to thank Eric for this great plugin. I absolutely love it and use it on my site with no problem whatsoever. Thanks for your great work.

  10. hello!
    I would like to use your simplemodal library, but I have got problem with showing on IE9. Problem is, that I am loading data via ajax still from another source and data comes as div withou any width and height option. So I set width and height of simplemodal to auto via jquery css option: $(‘#simplemodal-container’).css({‘height’ : ‘auto’, ‘width’ : ‘auto’ , ‘position’ : ‘absolute’});

    Every works fine in Mozilla, Opera, Chrome, IE 7, IE 8, but not in IE 9. In IE 9 has simplemodal width from start position (middle of page) to the right bottom of page. Still is making so bad effect.

    Please could you help me how to repair it?

    Thanks, best regards, michal

  11. Felipe Gonçalves

    Hello…I’m having the same problem as Michal, but my modal window is thrown into the bottom left. Could you help me to fix it?

  12. Hi,

    I’m using simple modal and I want my modal window will close anywhere I clicked. Is this possible? Thanks in advance.

  13. Thx for a great simple contact form plugin. I’ve been using it since 1.4.1. Please advise, is it possible to use this function on more than one link but activating the same form? Eg in your main navigation as well as in the bottom site links of a website. I know a class ‘contact’ is used but not sure on the activation scripting being repeated.

    Your help in this regard will be much appreciated.

  14. Simple modal is not supported in Blackberry OS 7 ??
    I tried opening the simple modal demo through the Blackberry browser .But the popup is not coming
    Any help would be really appreciated.

  15. Hi,

    how can i say that the plugin have to load the all the styles, form codes and so on in one specific page and not in all pages of my site?

    Greetings,
    Rico

  16. Hi,

    here a bug that can crash sometime IE (at least IE7 and IE8).

    On line 362, you don’t use the configuration for appendTo but directly ‘body’. By changing the line it fixed the problem.
    before: .appendTo(‘body’);
    after: .appendTo(s.o.appendTo);

    thx for the plugin.

Comments are closed.

Scroll to Top