1.1 --- a/dhtml/dhtml.txt Tue Aug 28 18:30:20 2012 +0200 1.2 +++ b/dhtml/dhtml.txt Tue Aug 28 18:30:25 2012 +0200 1.3 @@ -1,4 +1,3 @@ 1.4 - 1.5 To use these JavaScript libraries... 1.6 1.7 1. In the Apache webserver configuration: 1.8 @@ -123,11 +122,14 @@ 1.9 <!-- FF JavaScript Library (http://fforw.de/post/ff_javascript_library/) --> 1.10 <script type="text/javascript" src="/dhtml/ffjs/ff.js"></script> 1.11 1.12 - - jQuery 1.13 + - jQuery (see jquery.mobile.demos, jquery.mobile.images) 1.14 <!-- JavaScript Toolkit (http://www.jquery.com/) --> 1.15 <script type="text/javascript" src="/dhtml/jquery/jquery.js"></script> 1.16 [<script type="text/javascript" src="/dhtml/jquery/jquery-interface.js"></script>] 1.17 [<script type="text/javascript">jQuery.noConflict(); var j$ = jQuery;</script>] 1.18 + [<meta name="viewport" content="width=device-width, initial-scale=1">] 1.19 + [<link rel="stylesheet" href="/dhtml/jquery/jquery.mobile.min.css" />] 1.20 + [<script type="text/javascript" src="/dhtml/jquery/jquery.mobile.min.js"></script>] 1.21 1.22 - ExplorerCanvas 1.23 <!-- Google <CANVAS> Emulation for Internet Explorer (http://excanvas.sourceforge.net/) -->