jmpopups
July 3, 2009 - 3:32pm — otavioavila
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?
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 0.5.1 | 2009-Jul-03 | 2.3 KB | Recommended for 1.3.x | ||
