Skip to content

Commit

Permalink
Bumped to v0.3.0 (requires jQuery 1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Feb 18, 2012
1 parent ba3cda3 commit 148d228
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -22,6 +22,7 @@ Include the `jquery.modal.css` stylesheet:

<link rel="stylesheet" href="jquery.modal.css" type="text/css" media="screen" />

As of version 0.3.0, jQuery 1.7 is required. If you're using an earlier version of jQuery you can use the [v.0.2.5 tag.](https://github.com/kylefox/jquery-modal/tags)

# Opening

Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript" charset="utf-8"></script>

<script src="../jquery.modal.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="../jquery.modal.css" type="text/css" media="screen" />
Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.js
@@ -1,6 +1,6 @@
/*
A simple jQuery modal (http://github.com/kylefox/jquery-modal)
Version 0.2.5
Version 0.3.0
*/
(function($) {

Expand Down
4 changes: 2 additions & 2 deletions jquery.modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 148d228

Please sign in to comment.