Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-full.html @ 693:e06822e74ffd jquery
I need my Hertziana connection
author | hertzhaft |
---|---|
date | Thu, 27 Jan 2011 00:38:36 +0100 |
parents | fe2bb8f926be |
children | 940c77d6e0e2 |
comparison
equal
deleted
inserted
replaced
692:ab8054bba8d3 | 693:e06822e74ffd |
---|---|
80 | 80 |
81 <script type="text/javascript"> | 81 <script type="text/javascript"> |
82 $(document).ready(function(){ | 82 $(document).ready(function(){ |
83 var opts = { | 83 var opts = { |
84 interactionMode : 'fullscreen', | 84 interactionMode : 'fullscreen', |
85 scalerBaseUrl : 'http://localhost:18080/digitallibrary/servlet/Scaler' | 85 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler' |
86 }; | 86 }; |
87 $('div.digilib').digilib(opts); | 87 $('div.digilib').digilib(opts); |
88 | |
89 /* $('div.digilib').each(function(){ | |
90 console.log($(this).data('digilib').settings); | |
91 }); | |
92 $('div.digilib').digilib('showAboutDiv', 1); | |
93 */ | |
94 }); | 88 }); |
95 | 89 |
96 </script> | 90 </script> |
97 </head> | 91 </head> |
98 | 92 |