mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Moved to AMD
This commit is contained in:
parent
b32facdd1d
commit
970ba0432c
1 changed files with 8 additions and 4 deletions
12
index.html
12
index.html
|
|
@ -4,12 +4,16 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>jQuery Mobile: Demos and Documentation</title>
|
||||
<link rel="stylesheet" href="css/themes/default/" />
|
||||
<link rel="stylesheet" href="css/themes/default/jquery.mobile.theme.css" />
|
||||
<link rel="stylesheet" href="docs/_assets/css/jqm-docs.css" />
|
||||
<script src="js/jquery.js"></script>
|
||||
<script src="js/require-jquery.js"></script>
|
||||
<script src="experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
||||
<script src="docs/_assets/js/jqm-docs.js"></script>
|
||||
<script src="js/"></script>
|
||||
<script type="text/javascript">
|
||||
require.config({ baseUrl: "js" });
|
||||
require( [ "main" ], function() {
|
||||
require( [ "../docs/_assets/js/jqm-docs" ] );
|
||||
});
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue