Files
pjax/TODO.md
Maxime Thirouin db3eecadd0 First commit
2014-03-24 08:39:59 +01:00

12 lines
381 B
Markdown

## @todo
- Add tests, like a lot
- handle hash in url (see https://github.com/defunkt/jquery-pjax/blob/master/jquery.pjax.js#L287-L303)
- add keyboard support
- add timeout option (600ms ?)
- add form support
- add cache
- abort previous pjax request when several requests are made by a crazy person clicking everywhere
- better switchFallback ?
- handle document.write scripts ?