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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -