Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-full.html @ 850:47a6b93bde43 jquery
always show html-defined regions. wrong pos still not fixed
author | hertzhaft |
---|---|
date | Mon, 07 Mar 2011 00:38:20 +0100 |
parents | 9fa078dcb493 |
children | 4658ec2f9565 |
comparison
equal
deleted
inserted
replaced
849:a0ae2d86bcf4 | 850:47a6b93bde43 |
---|---|
69 $(document).ready(function(){ | 69 $(document).ready(function(){ |
70 var opts = { | 70 var opts = { |
71 interactionMode : 'fullscreen', | 71 interactionMode : 'fullscreen', |
72 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', | 72 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', |
73 showRegionNumbers : true, | 73 showRegionNumbers : true, |
74 autoRegionLinks : false, | 74 autoRegionLinks : false |
75 includeRegionContent : true | |
76 }; | 75 }; |
77 var $div = $('div.digilib'); | 76 var $div = $('div.digilib'); |
78 $div.digilib(opts); | 77 $div.digilib(opts); |
79 }); | 78 }); |
80 | 79 |