Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anseki committed Dec 29, 2017
1 parent 45aa2d6 commit a263b7d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# plainModal
# jQuery-plainModal

[![npm](https://img.shields.io/npm/v/jquery-plainmodal.svg)](https://www.npmjs.com/package/jquery-plainmodal) [![GitHub issues](https://img.shields.io/github/issues/anseki/jquery-plainmodal.svg)](https://github.com/anseki/jquery-plainmodal/issues) [![David](https://img.shields.io/david/anseki/jquery-plainmodal.svg)](package.json) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)

***Recommend: [PlainModal](https://anseki.github.io/plain-modal/) instead of "jQuery-plainModal"***
*No dependency, Modern browsers supported, Lightweight & Single file, and more features*

---

The simple jQuery Plugin for fully customizable modal windows. plainModal has basic functions only, and it does not style. It has no image files and no CSS files. Just one small file.

**See <a href="https://anseki.github.io/jquery-plainmodal/">DEMO</a>**
Expand Down Expand Up @@ -496,4 +501,5 @@ If your web site supports IE8- and it use `position:fixed`, HTML must include `<

## See Also

[plainOverlay](https://anseki.github.io/jquery-plainoverlay/) may be better, if you want the overlay that covers a page, elements or iframe-windows.
- [PlainOverlay](https://anseki.github.io/plain-overlay/) : The simple library for customizable overlay which covers all or part of a web page.
- [PlainModal](https://anseki.github.io/plain-modal/) : The simple library for fully customizable modal window in a web page.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-plainmodal",
"version": "1.0.0",
"version": "1.0.1",
"description": "The simple jQuery Plugin for fully customizable modal windows.",
"keywords": [
"jquery-plugin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-plainmodal",
"version": "1.0.0",
"version": "1.0.1",
"title": "plainModal",
"description": "The simple jQuery Plugin for fully customizable modal windows.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plainmodal.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plainmodal",
"version": "1.0.0",
"version": "1.0.1",
"title": "plainModal",
"description": "The simple jQuery Plugin for fully customizable modal windows.",
"keywords": [
Expand Down

0 comments on commit a263b7d

Please sign in to comment.