Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "handleRoutingAndHistory" config key (default true) for backbone compatibility #405

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

shawndrost
Copy link

See demos/backbone/index.html. The line diff of jqtouch.js is pretty confusing (since most changes are whitespace); try a word diff.

@thomasyip
Copy link
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.

@devgeeks
Copy link
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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants