2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Framework - Dialog Example< / title >
2010-10-12 19:14:07 +00:00
< link rel = "stylesheet" href = "../../css/all" / >
2010-10-11 23:44:14 +00:00
< script type = "text/javascript" src = "../../js/all" > < / script >
2010-10-11 21:35:29 +00:00
< / head >
< body >
< div data-role = "page" >
2010-10-12 22:47:41 +00:00
< div data-role = "header" data-theme = "e" >
2010-10-11 21:35:29 +00:00
< h1 > Dialog Example< / h1 >
< / div >
2010-10-12 19:50:28 +00:00
< div data-role = "content" data-theme = "d" >
2010-10-11 21:35:29 +00:00
< h1 > Are you sure you want to delete everything?< / h1 >
< p > This is a regular page, styled as a dialog! To create a dialog, just link to a normal page and include a transition and < code > data-rel="dialog"< / code > attribute.< / p >
< a href = "#" data-role = "button" data-theme = "a" > Sounds good< / a >
< a href = "#" data-role = "button" > Cancel< / a >
< / div >
< / div >
< / body >
< / html >