ajax-pagination
ajax-pagination copied to clipboard
Now uses History.js - supports HTML4 states in HTML5 browsers
Hey Keith,
I've made a few updates, here's the changelog:
- Fixed the issue iGEL reported
- Updated readme to be specific to the project
- Javascript is now better formatted - events won't keep binding, and we utilise caching.
For more info on History.js: https://github.com/balupton/History.js
Cheers mate, keep up the good work. If you want to know anything more, feel free to email me at [email protected] - won't be in at FG anymore as I'm off to Sydney then http://aloha-editor.org/wiki/index.php/Aloha_Editor_Dev_Con_11
Again great work, and thanks for inspiring me to make these updates.
"There are many implementations of AJAX pagination out there. There is only 1 right way. This is that way."
It's a bit arrogant no? Using that terminology, one could say that for the "right way" you did it "wrong"...
Out of curiosity, is there a reason why your version is better using history plugin?
jquery address produces urls [where possible] in a normal format whereas many other plugins produce urls that look like /#!/foo
I'd like my ajax-generated urls to resemble those that would be produced if a user didn't have javascript enabled which jquery address seems to do.
Col