8000 GitHub - eipark/leanModal.js: A super simple JQuery plugin for modal windows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eipark/leanModal.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A super simple JQuery plugin for modal windows. works with your CSS.

Built for all the short dialogs, alerts, panels and such associated with an app, that you may want to handle in a modal window. Designed to handle hidden content, and doesn't apply any styles to the target element, other than for displaying and positioning.

Ernie's Changes:
- Window is placed with fixed CSS initially, then its position from the top of the page is calculated so it can be placed absolutely so you can scroll to see big boxes.
- Attach a class called .leanModal_box to the outermost element that will be opened with leanModal. Then if you have nested leanModals, the ones opened earlier will be closed before new ones are opened

About

A super simple JQuery plugin for modal windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0