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
From jQuery land I initiate a navigation using $.mobile.navigate('#target',{...}), but I never see my data object appear within the context of my route handler.
My router catches the bC event and routes correctly but the data object of the event is empty? I am left appending a query string to the targetURL.
The text was updated successfully, but these errors were encountered:
From jQuery land I initiate a navigation using $.mobile.navigate('#target',{...}), but I never see my data object appear within the context of my route handler.
My router catches the bC event and routes correctly but the data object of the event is empty? I am left appending a query string to the targetURL.
The text was updated successfully, but these errors were encountered: