Modify ↓
Ticket #10410 (closed feature: plugin)
Build in support for window.history.pushState
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.7b1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Could it be possible to include support for simple and light implementation of window.history.pushState with hash fallback for older browsers.
It would be much easier to load pages from json files using ajax.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This is best implemented as a plugin. I'd recommend checking out Ben Alman's BBQ plugin or history.js.