mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-10 15:44:45 +00:00
[popup] Updating popup documentation headers
This commit is contained in:
parent
a2cf58293f
commit
b9abd74f48
4 changed files with 19 additions and 24 deletions
|
|
@ -1,15 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="ui-mobile-rendering">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile Docs - Popup events</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/" />
|
||||
<title>jQuery Mobile Docs - Popup</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
|
||||
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
||||
|
||||
<script data-main="../../../js/jquery.mobile.docs" src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
<script src="../../_assets/js/jqm-docs.js"></script>
|
||||
<script src="../../../js/"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,14 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="ui-mobile-rendering">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile Docs - Popup</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/" />
|
||||
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
|
||||
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
||||
|
||||
<script data-main="../../../js/jquery.mobile.docs" src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
<script src="../../_assets/js/jqm-docs.js"></script>
|
||||
<script src="../../../js/"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="ui-mobile-rendering">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile Docs - Popup methods</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/" />
|
||||
<title>jQuery Mobile Docs - Popup</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
|
||||
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
||||
|
||||
<script data-main="../../../js/jquery.mobile.docs" src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
<script src="../../_assets/js/jqm-docs.js"></script>
|
||||
<script src="../../../js/"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html class="ui-mobile-rendering">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile Docs - Popup options</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/" />
|
||||
<title>jQuery Mobile Docs - Popup</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
|
||||
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
|
||||
|
||||
<script data-main="../../../js/jquery.mobile.docs" src="../../../external/requirejs/require.js"></script>
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
<script src="../../_assets/js/jqm-docs.js"></script>
|
||||
<script src="../../../js/"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue