scottjehl
|
74ebc360ca
|
make sure hashchange event never causes additional hash changes to occur when responding with a page change
|
2010-12-04 13:13:55 -05:00 |
|
Jesse Streb
|
b725ff8f6a
|
https://github.com/jquery/jquery-mobile/issues#issue/493 If changePage is called with to parameter that matches the current page we simply return out of the function
|
2010-12-04 13:13:55 -05:00 |
|
scottjehl
|
ce5ea07780
|
don't set hash if back is true. Fixes #582
|
2010-12-01 12:41:27 -05:00 |
|
scottjehl
|
54568271d9
|
pageshow and pagehide now fire after the location hash is updated. Fixes #583
|
2010-12-01 09:52:07 -05:00 |
|
scottjehl
|
d56380fc22
|
refactor of jquery.mobile.core.js. Moved all of the page navigation model related scripting into jquery.mobile.navigation.js. This includes event handling for click, submit, and hashchange, all of the base tag management, path management, active link class handling, etc. All existing core tests are passing, and all demos work as expected. More tests are needed in core, and this refactor should make those tests easier to write.
|
2010-11-25 06:13:51 -05:00 |
|