jQuery Mobile: Closing a dialog navigates back to the wrong page -
jQuery Mobile: Closing a dialog navigates back to the wrong page -
i have form when posted redirects page. page presents series of links, each 1 opening dialog box.
my issue when close dialog box jquery mobile navigates wrong url - not 1 dialog called, 1 before.
here's code:
the page served through form redirect manually specifies url product of redirect.
<div data-role="page" data-url="/call/stockquestions"> when on page url looks follows:
http://localhost:60887/#/call/stockquestions the link dialog looks follows:
<a href="/call/editstocksummary/529" data-rel="dialog" class="ui-link">set stock detail</a> clicking opens form up. when click cancel jquery mobile navigates to:
http://localhost:60887/#/call anyone have ideas doing wrong here?
thanks
try updating recent version of jquery mobile. had similar issues , update sorted it.
jquery jquery-mobile
Comments
Post a Comment