File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
tests/functional/hashchange Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2727< div data-role ="page " id ="hashChangePage ">
2828 < div data-role ="header ">
2929 < a href ="#popup " data-rel ="popup "> Popup</ a >
30+ < a href ="#navMenuForAPage " data-rel ="popup "> Go To</ a >
3031 < h1 > A page</ h1 >
3132 </ div >
3233 < div data-role ="content ">
34+ < div data-role ="popup " data-transition ="slideup " id ="navMenuForAPage ">
35+ < div data-role ="collapsible ">
36+ < h3 > Navigation</ h3 >
37+ < a href ="hashchange.html " data-role ="button "> A page</ a >
38+ < a href ="hashchange1.html " data-role ="button "> Another page</ a >
39+ </ div >
40+ </ div >
3341 < a data-role ="button " href ="#common "> Common</ a >
3442 < a data-role ="button " href ="hashchange1.html "> Another page</ a >
3543 < a data-role ="button " href ="#page2 "> A page: internal page</ a >
Original file line number Diff line number Diff line change 1414< body >
1515< div data-role ="page ">
1616 < div data-role ="header ">
17+ < a class ="ui-btn-right " href ="#navMenuForAnotherPage " data-rel ="popup "> Go To</ a >
1718 < h1 > Another page</ h1 >
1819 </ div >
1920 < div data-role ="content ">
21+ < div data-role ="popup " data-transition ="slideup " id ="navMenuForAnotherPage ">
22+ < div data-role ="collapsible ">
23+ < h3 > Navigation</ h3 >
24+ < a href ="hashchange.html " data-role ="button "> A page</ a >
25+ < a href ="hashchange1.html " data-role ="button "> Another page</ a >
26+ </ div >
27+ </ div >
2028 < a data-role ="button " href ="hashchange.html "> A page</ a >
2129 < a data-role ="button " href ="hashchange2.html "> Yet another page</ a >
2230 < div id ="another-popup " data-role ="popup ">
You can’t perform that action at this time.
0 commit comments