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.
- How to setup the plugin on your website:
<script type="text/javascript" src="jquery.dynamic-url.js"></script>
- Support requests and general discussions about the Dynamic URL plugin can be posted to the official support forum.
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. - Bugs and Feature requests can be reported using the issues tracker.
- 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)
- jQuery v. 1.6+
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)
Released under the MIT license.