2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
< html >
2010-11-02 01:46:29 +00:00
< head >
2011-02-18 20:00:18 +00:00
< meta charset = "utf-8" >
2011-05-17 21:28:19 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2010-10-11 21:35:29 +00:00
< title > jQuery Mobile Framework - Dialog Example< / title >
2011-01-06 00:19:24 +00:00
< link rel = "stylesheet" href = "../../themes/default/" / >
2010-11-11 19:15:42 +00:00
< link rel = "stylesheet" href = "../_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "../../js/jquery.js" > < / script >
< script src = "../../js/" > < / script >
2010-10-11 21:35:29 +00:00
< / head >
< body >
< div data-role = "page" >
2010-10-14 18:43:41 +00:00
< div data-role = "header" data-theme = "d" data-position = "inline" >
2010-10-13 16:06:04 +00:00
< h1 > Dialog< / h1 >
< / div >
< div data-role = "content" data-theme = "c" >
< h1 > Delete page?< / h1 >
2010-10-14 18:43:41 +00:00
< 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 >
2011-01-31 22:05:41 +00:00
< a href = "docs-dialogs.html" data-role = "button" data-rel = "back" data-theme = "b" > Sounds good< / a >
< a href = "docs-dialogs.html" data-role = "button" data-rel = "back" data-theme = "c" > Cancel< / a >
2010-10-13 16:06:04 +00:00
< / div >
2010-10-11 21:35:29 +00:00
< / div >
< / body >
< / html >