-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
…patch version increments for minor fixes).
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ By contrast, this plugin handles the two most common scenarios I run into | |
* displaying an existing DOM element | ||
* loading a page with AJAX | ||
|
||
and does so with as little HTML & CSS as possible -- and **no images.** | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jpwesterhof
|
||
and does so with as little HTML & CSS as possible. | ||
|
||
# Installation | ||
|
||
|
@@ -78,6 +78,20 @@ However, when this occurs, you will probably want to at least re-center the moda | |
|
||
$.fn.modal.resize() | ||
|
||
# Options | ||
|
||
These are the supported options and their default values: | ||
|
||
$.fn.modal.defaults = { | ||
overlay: "#000", // Overlay color | ||
opacity: 0.75, // Overlay opacity | ||
zIndex: 1, // Overlay z-index. | ||
escapeClose: true, // Allows the user to close the modal by pressing `ESC` | ||
clickClose: true, // Allows the user to close the modal by clicking the overlay | ||
showClose: true // Shows a (X) icon/link in the top-right corner | ||
modalClass: "modal", // CSS class added to the element being displayed in the modal. | ||
}; | ||
|
||
# Events | ||
|
||
The following events are triggered on the modal element at various points in the open/close cycle. Hopefully the names are self-explanatory. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
I can't tell if you actually deleted this or if the single tear you shed while adding the image dripped, causing this to go away.