mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-25 12:46:01 +10:00
History.js gracefully supports the HTML5 History/State APIs in all browsers. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality. The file layout is inherited from the original project where separated compressed and uncompressed version of the same stuff is available. Discussion: http://cdnjs.uservoice.com/forums/98277-general/suggestions/2339277-historyjs License: 3-clause BSD Homepage: https://github.com/balupton/History.js/
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"name": "History.js",
|
|
"filename": "native.history.js",
|
|
"version": "1.7.1",
|
|
"description": "Provides a cross-compatible experience for the History API on all HTML5 Browsers and backwards-compatible one on older ones using a hash-fallback.",
|
|
"homepage": "https://github.com/balupton/History.js/",
|
|
"keywords": [
|
|
"history",
|
|
"state",
|
|
"html5",
|
|
"onhashchange"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Benjamin Arthur Lupton",
|
|
"web": "http://lupton.cc"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/balupton/history.js.git"
|
|
}
|
|
]
|
|
|
|
}
|