I am using JQM 1.3.1 and CodeIgniter 2.1.3
I have 2 pages:
Page 1 is a multi-page HTML with 2 dialog sections. Page 2 is a multi-page HTML with a single dialog section.
1) On page 2, launch the dialog
2) Click the CLOSE X button on the dialog
3) After the dialog closes click the same button to relaunh the dialog
4) The dialog does NOT launch. I need to do a complete refresh of the HTML page to get the button to launch the dialog.
CODE FOR PAGE 2
<div data-role="page" id="search">
...
<a href="#select_from_saved_search_list" data-icon="search" data-transition="slideup" data-role="button" data-rel="dialog">My Searches</a>
...
<div data-role="dialog" id="select_from_saved_search_list" data-close-btn-text="Close">
Has anyone else come across the "CLOSE X then relaunch dialog" behavor that I have described. If so, any resolution for this issue? This could be a cache issue but I do not see what the difference is between page 1 and 2.