First commit

This commit is contained in:
Maxime Thirouin
2014-03-24 08:34:59 +01:00
commit db3eecadd0
12 changed files with 1527 additions and 0 deletions

11
TODO.md Normal file
View File

@@ -0,0 +1,11 @@
## @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 ?