From e126ec608e9f27c753c5f0e43495283611dce4fc Mon Sep 17 00:00:00 2001 From: "Rafael J. Staib" Date: Wed, 10 Jul 2013 17:54:49 +0200 Subject: [PATCH 1/2] Resolve #5 --- GHANGELOG.md | 2 + demo/add-remove.html | 1 + demo/empty.html | 1 + demo/index.html | 3 ++ demo/vertical.html | 1 + lib/jquery.hashchange-1.3.min.js | 9 ++++ src/privates.js | 71 ++++++++++++++++++++------------ 7 files changed, 61 insertions(+), 27 deletions(-) create mode 100644 lib/jquery.hashchange-1.3.min.js diff --git a/GHANGELOG.md b/GHANGELOG.md index f0d1340..8a0a3fe 100644 --- a/GHANGELOG.md +++ b/GHANGELOG.md @@ -7,6 +7,8 @@ - Improved code for better minification - Configurable clearfix css class - Vertical step navigation (default: horizontal) +- Removed `event.preventDefault();` to allow hashtags appearing in the url (support for jquery-hashchange) [#5](https://github.com/rstaib/jquery-steps/issues/5) +- Removed `"use strict";` because of an ASP.Net tracing issue related to FF (see jQuery ticket: #13335) ## 0.9.7 diff --git a/demo/add-remove.html b/demo/add-remove.html index 824ac4c..8e09e40 100644 --- a/demo/add-remove.html +++ b/demo/add-remove.html @@ -26,6 +26,7 @@

Wizard Demo