jquery-plainoverlay
Advanced tools
Comparing version 0.8.0 to 0.8.2
{ | ||
"name": "jquery-plainoverlay", | ||
"version": "0.8.0", | ||
"version": "0.8.2", | ||
"description": "The simple jQuery Plugin for customizable overlay which covers a page, elements or iframe-windows that is specified.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "jquery-plainoverlay", | ||
"version": "0.8.0", | ||
"version": "0.8.2", | ||
"title": "plainOverlay", | ||
@@ -5,0 +5,0 @@ "description": "The simple jQuery Plugin for customizable overlay which covers a page, elements or iframe-windows that is specified.", |
{ | ||
"name": "plainoverlay", | ||
"version": "0.8.0", | ||
"version": "0.8.2", | ||
"title": "plainOverlay", | ||
@@ -5,0 +5,0 @@ "description": "The simple jQuery Plugin for customizable overlay which covers a page, elements or iframe-windows that is specified.", |
@@ -1,13 +0,18 @@ | ||
# plainOverlay | ||
# jQuery-plainOverlay | ||
The simple jQuery Plugin for customizable overlay which covers a page, the elements or the iframe-windows that is specified. plainOverlay has basic functions only, and it has no image files and no CSS files. Just one small file. | ||
***Recommend: [PlainOverlay](http://anseki.github.io/plain-overlay/) instead of "jQuery-plainOverlay"*** | ||
*No dependencies, Modern browsers supported, Lightweight & Single file, and more features* | ||
**See <a href="http://anseki.github.io/jquery-plainoverlay">DEMO</a>** | ||
--- | ||
The simple jQuery Plugin for customizable overlay which covers a page, the elements or the iframe-windows that is specified. jQuery-plainOverlay has basic functions only, and it has no image files and no CSS files. Just one small file. | ||
**See <a href="http://anseki.github.io/jquery-plainoverlay/">DEMO</a>** | ||
This is used for making the users wait until the your application is ready. | ||
The elements under the overlay don't accept access via mouse or keyboard. And the scrollable elements (e.g. `<body>`, `<div style="overflow:scroll">` or `<iframe>`) which are specified can't scroll. | ||
The your progress-element (messages or images that means "Please wait...") can be shown to the users on the overlay. You can free style it to perfect match for your web site. Or plainOverlay has a simple builtin progress-element. | ||
The your progress-element (messages or images that means "Please wait...") can be shown to the users on the overlay. You can free style it to perfect match for your web site. Or jQuery-plainOverlay has a simple builtin progress-element. | ||
plainOverlay does: | ||
jQuery-plainOverlay does: | ||
@@ -108,3 +113,3 @@ * Covering a page, the elements or the iframe-windows that is specified with the overlay. | ||
*NOTE:* The current version of the plainOverlay can change option value of [`duration`](#duration) and [`opacity`](#opacity) options. Use [Initialize](#initialize) method to update option value of others. | ||
*NOTE:* The current version of the jQuery-plainOverlay can change option value of [`duration`](#duration) and [`opacity`](#opacity) options. Use [Initialize](#initialize) method to update option value of others. | ||
@@ -121,3 +126,3 @@ ### `scrollLeft`, `scrollTop` | ||
plainOverlay avoid scrolling the element. These methods are used instead of `element.scrollLeft` and `element.scrollTop` methods to scroll the element while the overlay is shown. | ||
jQuery-plainOverlay avoid scrolling the element. These methods are used instead of `element.scrollLeft` and `element.scrollTop` methods to scroll the element while the overlay is shown. | ||
@@ -278,3 +283,3 @@ For example: | ||
- As everyone knows, IE8- has many problems. CSS `position:fixed` in HTML without `<!DOCTYPE>` is ignored. | ||
If your web site supports IE8- and it use `position:fixed`, HTML must include `<!DOCTYPE>` even if plainOverlay is not used. And plainOverlay uses `position:fixed`. | ||
If your web site supports IE8- and it use `position:fixed`, HTML must include `<!DOCTYPE>` even if jQuery-plainOverlay is not used. And jQuery-plainOverlay uses `position:fixed`. | ||
- [`plainoverlayshow`](#plainoverlayshow) and [`plainoverlayhide`](#plainoverlayhide) events bubble up the DOM hierarchy. | ||
@@ -284,2 +289,2 @@ | ||
[plainModal](http://anseki.github.io/jquery-plainmodal) may be better, if you want the overlay and dialog box (i.e. modal windows). | ||
[plainModal](http://anseki.github.io/jquery-plainmodal/) may be better, if you want the overlay and dialog box (i.e. modal windows). |
45342
287