Skip to content

Commit

Permalink
- Fixed a bug with the transparent overlay in IE8 and below.
Browse files Browse the repository at this point in the history
- Changed the "click" events to "click touch" so that they'll work with iPads/iPhones.
- Renamed all the css classes to be prefaced with guiders_ (plural).  This will be the guiders.js namespace from now on, with the exception of the "guider" div (singular).
  • Loading branch information
Jeff Pickhardt committed Dec 5, 2012
1 parent 24936ee commit e7ff5b2
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 124 deletions.
4 changes: 2 additions & 2 deletions README.html
Expand Up @@ -27,8 +27,8 @@

<!-- guiders.js requires jQuery as a prerequisite. Be sure to load guiders.js AFTER jQuery. -->
<script type="text/javascript" src="jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="guiders-1.2.9.js"></script>
<link rel="stylesheet" href="guiders-1.2.9.css" type="text/css" />
<script type="text/javascript" src="guiders-1.3.0.js"></script>
<link rel="stylesheet" href="guiders-1.3.0.css" type="text/css" />
</head>
<body>
<br />
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Guiders.js (version 1.2.9)
Guiders.js (version 1.3.0)
==========================

Guiders are a user experience design pattern for introducing users to a web application.
Expand Down

0 comments on commit e7ff5b2

Please sign in to comment.