You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: