X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/blobdiff_plain/4a68d4cc74db768a6063bcd6d8889cd0c7c0a54f..826a74aa7d81c06aea6aadf85f3a6befc1ca79e4:/snippets/forms.html diff --git a/snippets/forms.html b/snippets/forms.html index 0fa48ef..6378cd6 100644 --- a/snippets/forms.html +++ b/snippets/forms.html @@ -1,23 +1,29 @@ <!-- jQuery Mobile Boilerplate + /snippets/forms.html --> <!doctype html> <html> <head> + <title> jQuery Mobile Boilerplate - Forms & Elements</title> + <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title> jQuery Mobile Boilerplate </title> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" /> + + <!-- jQuery Mobile CSS bits --> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" /> <!-- if you have a custom theme, add it here --> - <link rel="stylesheet" href="themes/jQuery-Mobile-Boilerplate.css" /> + <link rel="stylesheet" href="/themes/jQuery-Mobile-Boilerplate.css" /> - <link rel="stylesheet" href="css/custom.css" /> + <!-- Custom css --> + <link rel="stylesheet" href="/css/custom.css" /> - <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> - <script src="js/application.js"></script> - <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script> - + <!-- Javascript includes --> + <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> + <script src="/js/mobileinit.js"></script> + <script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script> + <script src="/js/application.js"></script> </head> <body> <div data-role="page">