Add "handleRoutingAndHistory" config key (default true) for backbone compatibility#405
Open
shawndrost wants to merge 15 commits intosenchalabs:masterfrom
Open
Add "handleRoutingAndHistory" config key (default true) for backbone compatibility#405shawndrost wants to merge 15 commits intosenchalabs:masterfrom
shawndrost wants to merge 15 commits intosenchalabs:masterfrom
Conversation
Member
|
@shawndrost, I noticed that you had to disabled _skeleton.scss and other changes to src to make the rest of the demo works. Unlikely that we will find time to clean it up, but thanks for the extensive patch. I will leave this pull request open until we figure if we want something like a "contrib" folder or repo. |
Contributor
|
This is a great idea. At the moment I just let jQTouch do all the routing and have Backbone handle views, models and collections. Being able to use the router in Backbone would be nice. Having said that.. if that was the goal, you might almost be better using the styles/css from jQTouch and using something like Piotr Walczyszyn's Backstack for view stack management and Backbone for routing (https://github.com/pwalczyszyn/backstack). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See demos/backbone/index.html. The line diff of jqtouch.js is pretty confusing (since most changes are whitespace); try a word diff.