Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/promatik/jquery-dynamic-url
📡 Dynamic URL provides easy access to information in the URL, it also allows to programmatically modify the URL while user browse the page.
https://github.com/promatik/jquery-dynamic-url
Last synced: about 1 month ago
JSON representation
📡 Dynamic URL provides easy access to information in the URL, it also allows to programmatically modify the URL while user browse the page.
- Host: GitHub
- URL: https://github.com/promatik/jquery-dynamic-url
- Owner: promatik
- License: mit
- Created: 2013-01-14T16:57:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T02:37:11.000Z (over 11 years ago)
- Last Synced: 2023-04-06T03:06:31.777Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://promatik.pt/github/dynamic-url/
- Size: 133 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery Dynamic URL v1.0
## Description
With this plugin, you can easily change URL address instantly when you load AJAX content into page.
Furthermore you can access paths and querystring parameters.## Demo
[Demo Dynamic URL](http://promatik.no.sapo.pt/github/dynamic-url/)## Download
* [Master branch](https://github.com/promatik/jQuery-Dynamic-URL/archive/master.zip)## Setup
* How to setup the plugin on your website:
```javascript```
## Support
* **Support requests** and **general discussions** about the Dynamic URL plugin can be posted to the official [support forum](https://groups.google.com/forum/#!forum/jquery-dynamic-url).
If your question is not directly related to the Dynamic URL plugin, you might have a better chance to get a reply by posting to [Stack Overflow](http://stackoverflow.com/questions/tagged/promatik+jquery+dynamic+url).
* **Bugs** and **Feature requests** can be reported using the [issues tracker](https://github.com/promatik/jQuery-Dynamic-URL/issues).## Features
* **Parse URL**
Allows to parse paths and querystring parameters of the window URL
* **Modify URL**
Allows to modify instantly paths and querystring parameters of the window URL
* **Listening to PopState**
Allows to listening to user event of PopState (when user go back and forward in browser history)## Requirements
* [jQuery](http://jquery.com/) v. 1.6+## Browsers
### Desktop browsers
The Dynamic URL plugin is supported by the following minimal versions:* Google Chrome
* Apple Safari 4.0+
* Mozilla Firefox 3.0+
* Opera 11.0+
* Microsoft Internet Explorer 6.0+ (partially supported - url parse only)## License
Released under the [MIT license](http://www.opensource.org/licenses/MIT).