Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

jmpopups


Average rating
(4 votes)

Advantages

  • You can open more than one popup the same time;
  • There is no pre-defined layout, so you are able to create your own layout;
  • You can call the popups using ajax or using the content of a hidden html element;
  • The jmpopups is concerned about acessibility. When a popup is opened, the focus will be kept only inside that popup. It will directly focus the first focusable element. The idea is to help users who use the keyboard for browsing (f.e. disabled people).
  • It works for IE 6+, FF 1.5+, Opera 9.*, Chrome 2.*, Safari 4.*.
  • Compatible with JQuery 1.3.*

Usage Example

$.openPopupLayer({
    name: "contactForm",
    width: 300,
    url: "contact_form.html",
    success: function() {
        alert("It is loaded");
    }
});

Try it!

http://otavioavila.com/jmpopups-example/

Questions or bugs?

http://otavioavila.com/

Releases

Official releasesDateSizeLinksStatus
0.5.12009-Jul-032.3 KBRecommended for 1.3.xThis is currently the recommended release for 1.3.x.