PHPackages                             ingenious/jquery-history - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ingenious/jquery-history

ActiveComponent[Utility &amp; Helpers](/categories/utility)

ingenious/jquery-history
========================

Composer fork of balupton/jquery-history

010JavaScript

Since Sep 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Gimcrack/jquery-history)[ Packagist](https://packagist.org/packages/ingenious/jquery-history)[ RSS](/packages/ingenious-jquery-history/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

jQuery History
--------------

[](#jquery-history)

Super-seeded by github.com/balupton/history.js - jQuery History allows you to easily track changes of the pages state by tracking URL Hashes. Supports changes triggered by bookmarks and back &amp; forward buttons, as well as cross browser support.

Usage
-----

[](#usage)

Refer to the [demo](http://balupton.github.com/jquery-history/demo/) and the [source code](https://github.com/balupton/jquery-history/tree/master/scripts/resources)

Query Strings
-------------

[](#query-strings)

If you would like to have a QueryString in your hash and fetch the contents of it. So for example we have:

```
http://localhost/page/#subpage?a=true&b=false

```

And we would like to extract b. Then we can do:

```
var hashData = hash.queryStringToJSON();
console.log(hashData); // {a:true,b:false}
console.log(hashData.a); // true
console.log(hashData.b); // false

```

But first, you will have to download the queryStringToJSON function from within here:

```
https://github.com/balupton/jquery-sparkle/blob/master/scripts/resources/core.string.js

```

And place it within your own code. It is not included within jQuery History by default, as it is not essential.

History
-------

[](#history)

You can discover the history inside the [History.md](https://github.com/balupton/jquery-history/blob/master/History.md#files) file

License
-------

[](#license)

Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/)
Copyright © 2008-2010 [Benjamin Arthur Lupton](http://balupton.com)

Thanks
------

[](#thanks)

- [jQuery](http://jquery.com/)
- [jQuery UI History - Klaus Hartl](http://www.stilbuero.de/jquery/ui_history/)
- [Really Simple History - Brian Dillard and Brad Neuberg](http://code.google.com/p/reallysimplehistory/)
- [jQuery History Plugin - Taku Sano (Mikage Sawatari)](http://www.mikage.to/jquery/jquery_history.html)
- [jQuery History Remote Plugin - Klaus Hartl](http://stilbuero.de/jquery/history/)
- [Content With Style: Fixing the back button and enabling bookmarking for ajax apps - Mike Stenhouse](http://www.contentwithstyle.co.uk/Articles/38/fixing-the-back-button-and-enabling-bookmarking-for-ajax-apps)
- [Bookmarks and Back Buttons](http://ajax.howtosetup.info/options-and-efficiencies/bookmarks-and-back-buttons/)
- [Ajax: How to handle bookmarks and back buttons - Brad Neuberg](http://dev.aol.com/ajax-handling-bookmarks-and-back-button)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/49f8c400b0768dacb071aca3ca234b111e3feba19574ed608d3a96114054f120?d=identicon)[ingenious](/maintainers/ingenious)

---

Top Contributors

[![balupton](https://avatars.githubusercontent.com/u/61148?v=4)](https://github.com/balupton "balupton (18 commits)")[![msb-jeremy](https://avatars.githubusercontent.com/u/18389776?v=4)](https://github.com/msb-jeremy "msb-jeremy (1 commits)")

### Embed Badge

![Health badge](/badges/ingenious-jquery-history/health.svg)

```
[![Health](https://phpackages.com/badges/ingenious-jquery-history/health.svg)](https://phpackages.com/packages/ingenious-jquery-history)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
