senchalabs / jQTouch

Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).
http://www.jqtouch.com/
MIT License
2.79k stars 592 forks source link

Route parameters #492

Open jeremyhaile opened 10 years ago

jeremyhaile commented 10 years ago

I'd like to use route parameters in jQT so that I can do things like go from #/items to #/items/123 and get passed "123" by jQT. Right now jQT is written such that transitions have to exactly correspond to the div ID, which prevents this from working

For example, both Spine and Backbone support route parameters.

Is there a way to do this currently, or a way to add support?