Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery-test-full.html @ 686:b13277a81027 jquery
I need my Hertziana connection
| author | hertzhaft |
|---|---|
| date | Thu, 27 Jan 2011 00:38:36 +0100 |
| parents | 820a5cd4715d |
| children | fc2bd9f8be17 |
comparison
equal
deleted
inserted
replaced
| 685:b21606c8db09 | 686:b13277a81027 |
|---|---|
| 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 |
