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?
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?