comparison client/digitallibrary/jquery/jquery-test-full.html @ 843:76c23870ac0b jquery

always show html-defined regions. wrong pos still not fixed
author hertzhaft
date Mon, 07 Mar 2011 00:38:20 +0100
parents 7b3e5c666269
children a2b90ad772a0
comparison
equal deleted inserted replaced
842:10a6ea8b25ad 843:76c23870ac0b
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